ENTITY structured_template_armx ABSTRACT SUPERTYPE OF (ONEOF (single_stratum_structured_template_armx, multi_stratum_structured_template_armx)) SUBTYPE OF (geometric_template_armx, structured_template); DERIVE empty : LOGICAL := (SIZEOF(templates) = 0); INVERSE SELF\geometric_template_armx.shapes : SET [1:?] OF structured_template_planar_shape_model FOR shape_characterized_definition; templates : SET [0:?] OF template_location_in_structured_template FOR assembly; END_ENTITY; -- structured_template_armx |
Entity data types and their attributesproperty_definitionname: label; (OPT) description: text; definition: characterized_definition; (DER) id: identifier; product_definition_shape - item_shape (OPT) id_x: STRING; (RT) definition->described_element: shapeable_item; (RT) (DER) id: identifier; (RT) (DER) name: label; product_definition id: identifier; (OPT) description: text; formation: product_definition_formation; frame_of_reference: product_definition_context; (DER) name: label; product_view_definition (RT) (OPT) description->name_x: STRING; (OPT) additional_characterization: STRING; (RT) frame_of_reference->initial_context: product_definition_context; (OPT) additional_contexts: SET [1:?] OF product_definition_context; (RT) formation->defined_version: product_definition_formation; (RT) (DER) name: label; part_template_definition (RT) (DER) definition: part_template_definition; template_definition (RT) defined_version: template_version; (OPT) physical_characteristic: SET [1:?] OF correlated_or_independent; (RT) (DER) described_element: shapeable_item; geometric_template - geometric_template_armx (INV) shapes: SET [0:?] OF part_template_shape_model FOR shape_characterized_definition; structured_template - structured_template_armx (DER) empty: LOGICAL; (RT) (INV) shapes: SET [1:?] OF structured_template_planar_shape_model FOR shape_characterized_definition; (INV) templates: SET [0:?] OF template_location_in_structured_template FOR assembly; |
multi_stratum_structured_template_armx (LAYERED_INTERCONNECT_COMPLEX_TEMPLATE_XIM) |
single_stratum_structured_template_armx (LAYERED_INTERCONNECT_COMPLEX_TEMPLATE_XIM) |
structured_printed_part_template_armx (PRINTED_PHYSICAL_LAYOUT_TEMPLATE_XIM) |
Global rules for this entity data type- |
public interface EStructured_template_armx extends EGeometric_template_armx, EStructured_templateempty (derived attribute)int getEmpty(EStructured_template_armx type)boolean testEmpty(EStructured_template_armx type) templates (inverse attribute)ATemplate_location_in_structured_template getTemplates(EStructured_template_armx type, ASdaiModel domain) |
public class CStructured_template_armx implements EStructured_template_armxstatic EAttribute attributeEmpty(EStructured_template_armx type)static EAttribute attributeShapes(EStructured_template_armx type) static EAttribute attributeTemplates(EStructured_template_armx type) |
public class AStructured_template_armx extends AEntitypublic EStructured_template_armx getByIndex(int index)public EStructured_template_armx getCurrentMember(SdaiIterator it) |