ENTITY offset_shape_element SUBTYPE OF (derived_shape_element, parallel_offset); END_ENTITY; -- offset_shape_element |
Entity data types and their attributesshape_aspectname: label; (OPT) description: text; of_shape: product_definition_shape; product_definitional: LOGICAL; (DER) id: identifier; derived_shape_aspect (INV) deriving_relationships: SET [1:?] OF shape_aspect_relationship FOR relating_shape_aspect; shape_element (OPT) id_x: STRING; (RT) name->element_name: STRING; (RT) of_shape->containing_shape: item_shape; (RT) (DER) product_definitional: LOGICAL; (RT) (DER) id: identifier; derived_shape_element derived_from: SET [1:?] OF shape_element; (RT) description->role: STRING; parallel_offset offset: measure_with_unit; offset_shape_element - |
Global rules for this entity data type- |
public interface EOffset_shape_element extends EDerived_shape_element, EParallel_offset |
public class COffset_shape_element implements EOffset_shape_element |
public class AOffset_shape_element extends AEntitypublic EOffset_shape_element getByIndex(int index)public EOffset_shape_element getCurrentMember(SdaiIterator it) |