ENTITY mbna_step SUBTYPE OF (model_action_domain); SELF\model_action_domain.final : mbna_state; equations : SET [0:?] OF mbna_equation_set; refstate : SET [0:?] OF mbna_reference_state; zones : LIST [0:?] OF mbna_zone; INVERSE history : SET [0:?] OF mbna_history FOR domain; END_ENTITY; -- mbna_step |
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_action_domain initial: model_state_domain; final: model_state_domain; mbna_step (RT) final: mbna_state; equations: SET [0:?] OF mbna_equation_set; refstate: SET [0:?] OF mbna_reference_state; zones: LIST [0:?] OF mbna_zone; (INV) history: SET [0:?] OF mbna_history FOR domain; |
fd_step (HIERARCHY_SCHEMA) |
Global rules for this entity data type- |
public interface EMbna_step extends EModel_action_domainequations (explicit attribute)boolean testEquations(EMbna_step type)AMbna_equation_set getEquations(EMbna_step type) AMbna_equation_set createEquations(EMbna_step type) void unsetEquations(EMbna_step type) refstate (explicit attribute)boolean testRefstate(EMbna_step type)AMbna_reference_state getRefstate(EMbna_step type) AMbna_reference_state createRefstate(EMbna_step type) void unsetRefstate(EMbna_step type) zones (explicit attribute)boolean testZones(EMbna_step type)AMbna_zone getZones(EMbna_step type) AMbna_zone createZones(EMbna_step type) void unsetZones(EMbna_step type) history (inverse attribute)AMbna_history getHistory(EMbna_step type, ASdaiModel domain) |
public class CMbna_step implements EMbna_stepstatic EAttribute attributeEquations(EMbna_step type)static int usedinEquations(EMbna_step type, EMbna_equation_set instance, ASdaiModel domain, AMbna_step result) static EAttribute attributeRefstate(EMbna_step type) static int usedinRefstate(EMbna_step type, EMbna_reference_state instance, ASdaiModel domain, AMbna_step result) static EAttribute attributeZones(EMbna_step type) static int usedinZones(EMbna_step type, EMbna_zone instance, ASdaiModel domain, AMbna_step result) static EAttribute attributeHistory(EMbna_step type) |
public class AMbna_step extends AEntitypublic EMbna_step getByIndex(int index)public EMbna_step getCurrentMember(SdaiIterator it) |