ENTITY common_datum_armx SUBTYPE OF (common_datum, composite_shape_aspect_armx); SELF\composite_shape_aspect_armx.elements : SET [2:2] OF single_datum; END_ENTITY; -- common_datum_armx |
Entity data types and their attributesshape_aspectname: label; (OPT) description: text; of_shape: product_definition_shape; product_definitional: LOGICAL; (DER) id: identifier; composite_shape_aspect (INV) component_relationships: SET [2:?] OF shape_aspect_relationship FOR relating_shape_aspect; datum identification: identifier; (INV) established_by_relationships: SET [1:?] OF shape_aspect_relationship FOR related_shape_aspect; common_datum - composite_shape_aspect_armx elements: SET [2:?] OF shape_aspect; common_datum_armx (RT) elements: SET [2:2] OF single_datum; |
Global rules for this entity data type- |
public interface ECommon_datum_armx extends ECommon_datum, EComposite_shape_aspect_armx |
public class CCommon_datum_armx implements ECommon_datum_armx |
public class ACommon_datum_armx extends AEntitypublic ECommon_datum_armx getByIndex(int index)public ECommon_datum_armx getCurrentMember(SdaiIterator it) |