Overview Schemas Index

CONDITIONS_SCHEMA (jsdai.SConditions_schema)


ENTITY elements_bc
          SUBTYPE OF (mbna_bc);
          elements : LIST [0:?] OF vertex_defined_cell;
END_ENTITY; -- elements_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;
elements_bc
          elements: LIST [0:?] OF vertex_defined_cell;

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
elements_bc

Global rules for this entity data type

          -

public interface EElements_bc extends EMbna_bc

elements (explicit attribute)

          boolean testElements(EElements_bc type)
          AVertex_defined_cell getElements(EElements_bc type)
          AVertex_defined_cell createElements(EElements_bc type)
          void unsetElements(EElements_bc type)

public class CElements_bc implements EElements_bc

          static EAttribute attributeElements(EElements_bc type)
          static int usedinElements(EElements_bc type, EVertex_defined_cell instance, ASdaiModel domain, AElements_bc result)

public class AElements_bc extends AEntity

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