|
ENTITY part_mating_feature_armx SUBTYPE OF (part_feature, part_mating_feature); SELF\shape_feature.connection_area : OPTIONAL SET [1:?] OF connection_zone_in_usage_view; WHERE wr1: NOT ( 'part_feature_function_xim.part_mounting_feature_armx' IN TYPEOF ( SELF ) ) ; wr2: NOT ( 'interconnect_module_usage_view_xim.interconnect_module_surface_feature' IN TYPEOF ( SELF ) ) ; wr3: NOT ( 'package_xim.package_terminal_armx' IN TYPEOF ( SELF ) ) ; wr4: NOT ( 'functional_assignment_to_part_xim.part_terminal' IN TYPEOF ( SELF ) ) ; END_ENTITY; -- part_mating_feature_armx |
Entity data types and their attributesshape_aspectname: label; (OPT) description: text; of_shape: product_definition_shape; product_definitional: LOGICAL; (DER) id: identifier; 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; shape_feature (OPT) connection_area: SET [1:?] OF connection_zone; (DER) surface_conditions: SET [0:?] OF surface_condition; part_feature (RT) containing_shape->associated_definition: part_usage_view; (OPT) material_state_change: material_state_change_enumeration; (OPT) precedent_feature: part_feature; (RT) (DER) description: text; (INV) subsequent_feature: SET [0:1] OF part_feature FOR precedent_feature; part_mating_feature - part_mating_feature_armx (RT) (OPT) connection_area: SET [1:?] OF connection_zone_in_usage_view; |
Global rules for this entity data type- |
public interface EPart_mating_feature_armx extends EPart_feature, EPart_mating_feature |
public class CPart_mating_feature_armx implements EPart_mating_feature_armx |
public class APart_mating_feature_armx extends AEntitypublic EPart_mating_feature_armx getByIndex(int index)public EPart_mating_feature_armx getCurrentMember(SdaiIterator it) |