Overview Schemas Index

CONDITIONS_SCHEMA (jsdai.SConditions_schema)


ENTITY fd_bc
          SUBTYPE OF (mbna_bc);
          SELF\mbna_bc.datasets : SET [0:?] OF fd_bc_dataset;
END_ENTITY; -- fd_bc

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_state_domain
          -
mbna_condition
          -
mbna_bc
          datasets: SET [0:?] OF mbna_bc_dataset;
          family: SET [0:?] OF mbna_family;
          gridloc: mesh_location;
          (OPT) inward_normal_index: ijk_minmax;
          (OPT) inward_normal_list: indices_list;
          rstate: SET [0:?] OF mbna_reference_state;
          the_type: mbna_bc_type;
fd_bc
          (RT) datasets: SET [0:?] OF fd_bc_dataset;

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_state_domain
          model_action_domain.final
          model_action_domain.initial
          same_discretised_state_model.equivalent_records
                    discretised_state_model_select
          state_view_relationship.discretised_model
                    discretised_state_model_select
mbna_condition
mbna_bc
          mbna_zone_bc.conditions
fd_bc
          fd_zone_bc.conditions

Global rules for this entity data type

          -

public interface EFd_bc extends EMbna_bc


public class CFd_bc implements EFd_bc


public class AFd_bc extends AEntity

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