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 attributesnumerical_modelid: identifier; name: label; description: text; creating_software: text; intended_analysis_code: SET [1:?] OF text; analysis_type: text; model_state_domain - mbna_condition - mbna_reference_state (INV) data: SET [0:?] OF model_property_distribution FOR domain; |
Global rules for this entity data type- |
public interface EMbna_reference_state extends EMbna_conditiondata (inverse attribute)AModel_property_distribution getData(EMbna_reference_state type, ASdaiModel domain) |
public class CMbna_reference_state implements EMbna_reference_statestatic EAttribute attributeData(EMbna_reference_state type) |
public class AMbna_reference_state extends AEntitypublic EMbna_reference_state getByIndex(int index)public EMbna_reference_state getCurrentMember(SdaiIterator it) |