ENTITY angular_location_dimension SUBTYPE OF (angular_location, location_dimension); SELF\location_dimension.orientation : axis2_placement; DERIVE SELF\shape_aspect_relationship.name : label := ''; END_ENTITY; -- angular_location_dimension |
Entity data types and their attributesshape_aspect_relationshipname: label; (OPT) description: text; relating_shape_aspect: shape_aspect; related_shape_aspect: shape_aspect; (DER) id: identifier; dimensional_location - angular_location angle_selection: angle_relator; directed_dimensional_location - location_dimension (OPT) single_value: measure_representation_item; (OPT) lower_range: measure_representation_item; (OPT) upper_range: measure_representation_item; (OPT) notes: SET [1:?] OF STRING; (OPT) id_x: STRING; directed: BOOLEAN; envelope_principle: BOOLEAN; theoretical_exact: BOOLEAN; auxiliary: BOOLEAN; (OPT) orientation: axis2_placement; angular_location_dimension (RT) orientation: axis2_placement; (RT) (DER) name: label; |
Global rules for this entity data type- |
public interface EAngular_location_dimension extends EAngular_location, ELocation_dimension |
public class CAngular_location_dimension implements EAngular_location_dimensionstatic EAttribute attributeName(EAngular_location_dimension type) |
public class AAngular_location_dimension extends AEntitypublic EAngular_location_dimension getByIndex(int index)public EAngular_location_dimension getCurrentMember(SdaiIterator it) |