ENTITY component_feature_joint_armx ABSTRACT SUPERTYPE SUBTYPE OF (component_feature_relationship_armx, shape_aspect); SELF\shape_aspect_relationship.relating_shape_aspect RENAMED feature_1 : component_feature_armx; SELF\shape_aspect_relationship.related_shape_aspect RENAMED feature_2 : component_feature_armx; SELF\shape_aspect.of_shape RENAMED associated_definition : product_definition_shape; WHERE wr1: feature_1 <> feature_2; wr2: 'PRODUCT_VIEW_DEFINITION_XIM.PRODUCT_VIEW_DEFINITION' IN TYPEOF(associated_definition); wr3: SELF\shape_aspect.of_shape\property_definition.definition = feature_1\shape_aspect.of_shape\property_definition.definition; END_ENTITY; -- component_feature_joint_armx |
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; component_feature_relationship (RT) related_shape_aspect: component_feature; (RT) relating_shape_aspect: component_feature; component_feature_relationship_armx (RT) relating_shape_aspect: component_feature_armx; (RT) related_shape_aspect: component_feature_armx; shape_aspect name: label; (OPT) description: text; of_shape: product_definition_shape; product_definitional: LOGICAL; (DER) id: identifier; component_feature_joint_armx (RT) relating_shape_aspect->feature_1: component_feature_armx; (RT) related_shape_aspect->feature_2: component_feature_armx; (RT) of_shape->associated_definition: product_definition_shape; |
assembly_joint_armx (ASSEMBLY_TECHNOLOGY_XIM) |
fabrication_joint_armx (FABRICATION_JOINT_XIM) |
Global rules for this entity data type- |
public interface EComponent_feature_joint_armx extends EComponent_feature_relationship_armx, EShape_aspect |
public class CComponent_feature_joint_armx implements EComponent_feature_joint_armx |
public class AComponent_feature_joint_armx extends AEntitypublic EComponent_feature_joint_armx getByIndex(int index)public EComponent_feature_joint_armx getCurrentMember(SdaiIterator it) |