Overview Schemas Index

CONDITIONS_SCHEMA (jsdai.SConditions_schema)


ENTITY mbna_zone_bc
          SUBTYPE OF (mbna_condition);
          conditions : SET [0:?] OF mbna_bc;
          rstate : SET [0:?] OF mbna_reference_state;
END_ENTITY; -- mbna_zone_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_zone_bc
          conditions: SET [0:?] OF mbna_bc;
          rstate: SET [0:?] OF mbna_reference_state;

Known subtypes

          fd_zone_bc (CONDITIONS_SCHEMA)

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_zone_bc
          mbna_zone.conditions

Global rules for this entity data type

          -

public interface EMbna_zone_bc extends EMbna_condition

conditions (explicit attribute)

          boolean testConditions(EMbna_zone_bc type)
          AMbna_bc getConditions(EMbna_zone_bc type)
          AMbna_bc createConditions(EMbna_zone_bc type)
          void unsetConditions(EMbna_zone_bc type)

rstate (explicit attribute)

          boolean testRstate(EMbna_zone_bc type)
          AMbna_reference_state getRstate(EMbna_zone_bc type)
          AMbna_reference_state createRstate(EMbna_zone_bc type)
          void unsetRstate(EMbna_zone_bc type)

public class CMbna_zone_bc implements EMbna_zone_bc

          static EAttribute attributeConditions(EMbna_zone_bc type)
          static int usedinConditions(EMbna_zone_bc type, EMbna_bc instance, ASdaiModel domain, AMbna_zone_bc result)
          static EAttribute attributeRstate(EMbna_zone_bc type)
          static int usedinRstate(EMbna_zone_bc type, EMbna_reference_state instance, ASdaiModel domain, AMbna_zone_bc result)

public class AMbna_zone_bc extends AEntity

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