Overview Schemas Index

CONDITIONS_SCHEMA (jsdai.SConditions_schema)


ENTITY mbna_reference_state
          SUBTYPE OF (mbna_condition);
INVERSE
          data : SET [0:?] OF model_property_distribution FOR domain;
END_ENTITY; -- mbna_reference_state

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_reference_state
          (INV) data: SET [0:?] OF model_property_distribution FOR domain;

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_reference_state
          mbna_bc.rstate
          mbna_bc_dataset.rstate
          mbna_step.refstate
          mbna_zone.rstate
          mbna_zone_bc.rstate

Global rules for this entity data type

          -

public interface EMbna_reference_state extends EMbna_condition

data (inverse attribute)

          AModel_property_distribution getData(EMbna_reference_state type, ASdaiModel domain)

public class CMbna_reference_state implements EMbna_reference_state

          static EAttribute attributeData(EMbna_reference_state type)

public class AMbna_reference_state extends AEntity

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