ENTITY fd_step SUBTYPE OF (mbna_step); SELF\mbna_step.equations : SET [0:?] OF flow_equation_set; SELF\mbna_step.zones : LIST [0:?] OF fd_zone; END_ENTITY; -- fd_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 (RT) equations: SET [0:?] OF flow_equation_set; (RT) zones: LIST [0:?] OF fd_zone; |
Global rules for this entity data type- |
public interface EFd_step extends EMbna_step |
public class CFd_step implements EFd_step |
public class AFd_step extends AEntitypublic EFd_step getByIndex(int index)public EFd_step getCurrentMember(SdaiIterator it) |