Overview Schemas Index

EQUATIONS_SCHEMA (jsdai.SEquations_schema)


ENTITY fd_diffusion_equation
          SUBTYPE OF (fd_governing_equation);
          diffusion_model : fd_diffusion_model;
END_ENTITY; -- fd_diffusion_equation

Entity data types and their attributes

numerical_model
          analysis_type: text;
          creating_software: text;
          description: text;
          id: identifier;
          intended_analysis_code: SET [0:?] OF text;
model_product_domain
          temporal_parts: SET [0:?] OF model_action_domain;
mbna_equation
          -
mbna_governing_equation
          equation_type: mbna_governing_equation_type;
fd_governing_equation
          -
fd_diffusion_equation
          diffusion_model: fd_diffusion_model;

Users

numerical_model
          behavioural_decomposition_of_numerical_model.parts
          behavioural_decomposition_of_numerical_model.whole
          model_property_distribution.domain
          simulation_run.simulated
          spatial_decomposition_of_numerical_model.parts
          spatial_decomposition_of_numerical_model.whole
          view_relationship.view
model_product_domain
          product_view_relationship.discretised_model
                    discretised_product_model_select
mbna_equation
mbna_governing_equation
          mbna_equation_set.equations
fd_governing_equation
          flow_equation_set.equations
fd_diffusion_equation

Global rules for this entity data type

          -

public interface EFd_diffusion_equation extends EFd_governing_equation

diffusion_model (explicit attribute)

          boolean testDiffusion_model(EFd_diffusion_equation type)
          EFd_diffusion_model getDiffusion_model(EFd_diffusion_equation type)
          void setDiffusion_model(EFd_diffusion_equation type, EFd_diffusion_model value)
          void unsetDiffusion_model(EFd_diffusion_equation type)

public class CFd_diffusion_equation implements EFd_diffusion_equation

          static EAttribute attributeDiffusion_model(EFd_diffusion_equation type)
          static int usedinDiffusion_model(EFd_diffusion_equation type, EFd_diffusion_model instance, ASdaiModel domain, AFd_diffusion_equation result)

public class AFd_diffusion_equation extends AEntity

          public EFd_diffusion_equation getByIndex(int index)
          public EFd_diffusion_equation getCurrentMember(SdaiIterator it)