ENTITY assembly_module_component_armx SUBTYPE OF (physical_component_armx, single_instance, assembly_module_component); SELF\definition_based_product_occurrence.derived_from : assembly_module_usage_view_armx; DERIVE SELF\product_view_definition.name_x : STRING := ''; INVERSE access_mechanisms : SET [2:?] OF assembly_module_component_terminal FOR containing_shape; END_ENTITY; -- assembly_module_component_armx |
Entity data types and their attributesproduct_definitionid: 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_occurrence_definition_relationship_armx FOR related_view; 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; product_definition_relationship id: identifier; name: label; (OPT) description: text; relating_product_definition: product_definition; related_product_definition: product_definition; 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 product_occurrence_definition_relationship_armx FOR related_view; part_occurrence (RT) defined_version: part_version; definition_based_part_occurrence (RT) derived_from: part_view_definition; physical_component - physical_component_armx - single_instance (RT) (DER) additional_characterization: STRING; assembly_module_component - assembly_module_component_armx (RT) derived_from: assembly_module_usage_view_armx; (RT) (DER) name_x: STRING; (INV) access_mechanisms: SET [2:?] OF assembly_module_component_terminal FOR containing_shape; |
Global rules for this entity data type- |
public interface EAssembly_module_component_armx extends EPhysical_component_armx, ESingle_instance, EAssembly_module_componentaccess_mechanisms (inverse attribute)AAssembly_module_component_terminal getAccess_mechanisms(EAssembly_module_component_armx type, ASdaiModel domain) |
public class CAssembly_module_component_armx implements EAssembly_module_component_armxstatic EAttribute attributeName_x(EAssembly_module_component_armx type)static EAttribute attributeAccess_mechanisms(EAssembly_module_component_armx type) |
public class AAssembly_module_component_armx extends AEntitypublic EAssembly_module_component_armx getByIndex(int index)public EAssembly_module_component_armx getCurrentMember(SdaiIterator it) |