|
ENTITY template_material_cross_section_boundary_armx SUBTYPE OF (non_feature_shape_element, template_material_cross_section_boundary); associated_definition : printed_part_template_material_armx; UNIQUE ur1 : associated_definition, element_name; WHERE wr1: SELF \ shape_aspect . name IN [ 'top' , 'bottom' , 'left' , 'right' ] ; END_ENTITY; -- template_material_cross_section_boundary_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; non_feature_shape_element (RT) containing_shape->scope: ee_product_definition_with_annotation_elements; (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; template_material_cross_section_boundary - template_material_cross_section_boundary_armx associated_definition: printed_part_template_material_armx; |
Global rules for this entity data typetemplate_material_cross_section_boundary_population_constraint (AP210_INTERCONNECT_DESIGN_XIM) |
public interface ETemplate_material_cross_section_boundary_armx extends ENon_feature_shape_element, ETemplate_material_cross_section_boundaryassociated_definition (explicit attribute)boolean testAssociated_definition(ETemplate_material_cross_section_boundary_armx type)EPrinted_part_template_material_armx getAssociated_definition(ETemplate_material_cross_section_boundary_armx type) void setAssociated_definition(ETemplate_material_cross_section_boundary_armx type, EPrinted_part_template_material_armx value) void unsetAssociated_definition(ETemplate_material_cross_section_boundary_armx type) |
public class CTemplate_material_cross_section_boundary_armx implements ETemplate_material_cross_section_boundary_armxstatic EAttribute attributeAssociated_definition(ETemplate_material_cross_section_boundary_armx type)static int usedinAssociated_definition(ETemplate_material_cross_section_boundary_armx type, EPrinted_part_template_material_armx instance, ASdaiModel domain, ATemplate_material_cross_section_boundary_armx result) |
public class ATemplate_material_cross_section_boundary_armx extends AEntitypublic ETemplate_material_cross_section_boundary_armx getByIndex(int index)public ETemplate_material_cross_section_boundary_armx getCurrentMember(SdaiIterator it) |