Overview Schemas Index

HIERARCHY_SCHEMA (jsdai.SHierarchy_schema)


ENTITY fd_step
          SUBTYPE OF (mbna_step);
          SELF\mbna_step.equations : SET [0:?] OF flow_equation_set;
          SELF\mbna_step.zones : LIST [0:?] OF fd_zone;
END_ENTITY; -- fd_step

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_action_domain
          final: model_state_domain;
          initial: model_state_domain;
mbna_step
          data: SET [0:?] OF mbna_integral_data;
          equations: SET [0:?] OF mbna_equation_set;
          families: SET [0:?] OF mbna_family;
          refstate: SET [0:?] OF mbna_reference_state;
          zones: LIST [0:?] OF mbna_zone;
          (INV) history: SET [0:?] OF mbna_history FOR domain;
fd_step
          (RT) equations: SET [0:?] OF flow_equation_set;
          (RT) zones: LIST [0:?] OF fd_zone;

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_action_domain
          action_view_relationship.discretised_model
                    discretised_action_model_select
          model_product_domain.temporal_parts
          same_discretised_action_model.equivalent_records
                    discretised_action_model_select
          temporal_decomposition_of_model_action.parts
          temporal_decomposition_of_model_action.whole
mbna_step
          mbna_model.steps
fd_step

Global rules for this entity data type

          -

public interface EFd_step extends EMbna_step


public class CFd_step implements EFd_step


public class AFd_step extends AEntity

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