ENTITY breakdown_version SUBTYPE OF (product_definition_formation); SELF\product_definition_formation.of_product : breakdown; INVERSE breakdown_of : SET [1:?] OF breakdown_of_armx FOR breakdown; END_ENTITY; -- breakdown_version |
Entity data types and their attributesproduct_definition_formationid: identifier; (OPT) description: text; of_product: product; breakdown_version (RT) of_product: breakdown; (INV) breakdown_of: SET [1:?] OF breakdown_of_armx FOR breakdown; |
functional_breakdown_version (FUNCTIONAL_BREAKDOWN_XIM) |
physical_breakdown_version (PHYSICAL_BREAKDOWN_XIM) |
zone_breakdown_version (ZONAL_BREAKDOWN_XIM) |
Global rules for this entity data type- |
public interface EBreakdown_version extends EProduct_definition_formationbreakdown_of (inverse attribute)ABreakdown_of_armx getBreakdown_of(EBreakdown_version type, ASdaiModel domain) |
public class CBreakdown_version implements EBreakdown_versionstatic EAttribute attributeBreakdown_of(EBreakdown_version type) |
public class ABreakdown_version extends AEntitypublic EBreakdown_version getByIndex(int index)public EBreakdown_version getCurrentMember(SdaiIterator it) |