|
ENTITY structured_layout_component_sub_assembly_relationship_with_component_xim SUBTYPE OF (structured_layout_component_sub_assembly_relationship_armx, assembly_component_armx); DERIVE SELF\product_definition_relationship.related_product_definition : assembly_component_armx := SELF ; END_ENTITY; -- structured_layout_component_sub_assembly_relationship_with_component_xim |
Entity data types and their attributesproduct_definition_relationshipid: identifier; name: label; (OPT) description: text; relating_product_definition: product_definition; related_product_definition: product_definition; product_definition_usage - assembly_component_usage (OPT) reference_designator: identifier; next_assembly_usage_occurrence - product_definition_occurrence_relationship name: label; (OPT) description: text; occurrence: product_definition; occurrence_usage: assembly_component_usage; next_assembly_usage_occurrence_relationship (RT) (DER) occurrence_usage: next_assembly_usage_occurrence_relationship; next_assembly_usage_occurrence_relationship_armx (RT) (DER) description: text; (RT) (DER) name: label; (RT) (DER) occurrence: product_definition; structured_layout_component_sub_assembly_relationship - structured_layout_component_sub_assembly_relationship_armx (RT) relating_product_definition: structured_layout_component_armx; (RT) related_product_definition: assembly_component_armx; first_location: template_location_in_structured_template; (OPT) second_location: template_location_in_structured_template; (OPT) overriding_shape: part_template_shape_model; design_specific_placement: BOOLEAN; (DER) first_location_overridden: LOGICAL; (DER) second_location_overridden: LOGICAL; (RT) (DER) name: label; (RT) (DER) id: identifier; 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; product_occurrence (RT) (DER) additional_characterization: STRING; (RT) (DER) initial_context: product_definition_context; (INV) occurrence_contexts: SET [1:?] OF product_definition_relationship FOR related_product_definition; definition_based_product_occurrence derived_from: product_view_definition; (RT) (DER) defined_version: product_definition_formation; property_definition name: 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; component_definition (RT) (DER) related_product_definition: component_definition; assembly_component (RT) (DER) definition: assembly_component; assembly_component_armx (RT) derived_from: physical_unit_or_part_template; (DER) assemblies: SET [0:?] OF product_view_definition; (DER) groups: SET [0:?] OF assembly_group_component_armx; (DER) versions: SET [0:?] OF product_definition_formation; (DER) product: SET [0:?] OF product_armx; (RT) (DER) described_element: shapeable_item; (RT) (DER) id: identifier; (RT) (DER) name: label; (RT) (DER) description: text; (RT) (DER) relating_product_definition: product_definition; (RT) (INV) occurrence_contexts: SET [1:?] OF assembly_component_usage FOR related_product_definition; structured_layout_component_sub_assembly_relationship_with_component_xim (RT) (DER) related_product_definition: assembly_component_armx; |
Global rules for this entity data type- |
public interface EStructured_layout_component_sub_assembly_relationship_with_component_xim extends EStructured_layout_component_sub_assembly_relationship_armx, EAssembly_component_armx |
public class CStructured_layout_component_sub_assembly_relationship_with_component_xim implements EStructured_layout_component_sub_assembly_relationship_with_component_ximstatic EAttribute attributeRelated_product_definition(EStructured_layout_component_sub_assembly_relationship_with_component_xim type)static int usedinRelated_product_definition(EStructured_layout_component_sub_assembly_relationship_with_component_xim type, EAssembly_component_armx instance, ASdaiModel domain, AStructured_layout_component_sub_assembly_relationship_with_component_xim result) |
public class AStructured_layout_component_sub_assembly_relationship_with_component_xim extends AEntitypublic EStructured_layout_component_sub_assembly_relationship_with_component_xim getByIndex(int index)public EStructured_layout_component_sub_assembly_relationship_with_component_xim getCurrentMember(SdaiIterator it) |