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_modelanalysis_type: text; creating_software: text; description: text; id: identifier; intended_analysis_code: SET [0:?] OF text; model_action_domain final: model_state_domain; initial: model_state_domain; mbna_step data: SET [0:?] OF mbna_integral_data; equations: SET [0:?] OF mbna_equation_set; families: SET [0:?] OF mbna_family; 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) |