ENTITY viewing_plane_armx SUBTYPE OF (non_feature_shape_element, viewing_plane); DERIVE SELF\shape_aspect.description : text := 'affected plane'; SELF\shape_aspect.product_definitional : LOGICAL := FALSE; INVERSE viewing_plane_specification : viewing_plane_definition FOR defined_viewing_plane; END_ENTITY; -- viewing_plane_armx |
Entity data types and their attributesshape_aspectname: label; (OPT) description: text; of_shape: product_definition_shape; product_definitional: LOGICAL; (DER) id: identifier; non_feature_shape_element (RT) of_shape->scope: ee_product_definition_with_annotation_elements; (RT) (DER) product_definitional: LOGICAL; (INV) element_shape: SET [0:?] OF non_feature_shape_model FOR associated_element; (INV) associated_usage_concept: SET [0:?] OF usage_concept_usage_relationship_armx FOR associated_usage; viewing_plane - viewing_plane_armx (RT) (DER) description: text; (RT) (DER) product_definitional: LOGICAL; (INV) viewing_plane_specification: viewing_plane_definition FOR defined_viewing_plane; |
Global rules for this entity data type- |
public interface EViewing_plane_armx extends ENon_feature_shape_element, EViewing_planeviewing_plane_specification (inverse attribute)AViewing_plane_definition getViewing_plane_specification(EViewing_plane_armx type, ASdaiModel domain) |
public class CViewing_plane_armx implements EViewing_plane_armxstatic EAttribute attributeDescription(EViewing_plane_armx type)static EAttribute attributeProduct_definitional(EViewing_plane_armx type) static EAttribute attributeViewing_plane_specification(EViewing_plane_armx type) |
public class AViewing_plane_armx extends AEntitypublic EViewing_plane_armx getByIndex(int index)public EViewing_plane_armx getCurrentMember(SdaiIterator it) |