ENTITY fd_zone_bc SUBTYPE OF (mbna_zone_bc); SELF\mbna_zone_bc.conditions : SET [0:?] OF fd_bc; END_ENTITY; -- fd_zone_bc |
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_zone_bc conditions: SET [0:?] OF mbna_bc; rstate: SET [0:?] OF mbna_reference_state; fd_zone_bc (RT) conditions: SET [0:?] OF fd_bc; |
Global rules for this entity data type- |
public interface EFd_zone_bc extends EMbna_zone_bc |
public class CFd_zone_bc implements EFd_zone_bc |
public class AFd_zone_bc extends AEntitypublic EFd_zone_bc getByIndex(int index)public EFd_zone_bc getCurrentMember(SdaiIterator it) |