Overview Schemas Index

Physical_connectivity_definition_arm         


ENTITY Physical_connectivity_structure_definition
          SUBTYPE OF (Physical_connectivity_definition);
DERIVE
          structural_terminal_nodes : SET [0:?] OF Physical_component_terminal := get_pct(structural_element);
          structural_junction_nodes : SET [0:?] OF Topological_junction := get_tj(structural_element);
          tree_structure : LOGICAL := ((SIZEOF(structural_terminal_nodes) + SIZEOF(structural_junction_nodes)) = (SIZEOF(structural_element) + 1));
INVERSE
          structural_element : SET [1:?] OF Physical_connectivity_element FOR connectivity_context;
WHERE
          WR1: SIZEOF(QUERY(stn <* structural_terminal_nodes |
                   NOT(stn IN SELF\Physical_connectivity_definition.associated_terminals)
                   )) = 0;
          WR2: SIZEOF(structural_terminal_nodes) = 
            SIZEOF(SELF\Physical_connectivity_definition.associated_terminals);
END_ENTITY; -- Physical_connectivity_structure_definition

Entity data types and their attributes

Shape_element
          (OPT) id: STRING;
          (OPT) element_name: STRING;
          (OPT) description: STRING;
          containing_shape: Item_shape;
Physical_connectivity_definition
          associated_terminals: SET [2:?] OF Physical_component_terminal;
          (RT) element_name: STRING;
          (RT) containing_shape->associated_definition: Physical_unit_network_definition;
          (INV) domain: SET [0:1] OF Physical_connectivity_definition_domain FOR associated_definition;
Physical_connectivity_structure_definition
          (DER) structural_terminal_nodes: SET [0:?] OF Physical_component_terminal;
          (DER) structural_junction_nodes: SET [0:?] OF Topological_junction;
          (DER) tree_structure: LOGICAL;
          (INV) structural_element: SET [1:?] OF Physical_connectivity_element FOR connectivity_context;

Users: by entity attributes

Shape_element
          Add_design_object_management_relationship.current_design_object
                    managed_design_object
                              ap210_managed_design_object
          Applied_information_usage_right.item
                    information_usage_right_item
                              design_pdm_information_usage_right_item
                                        pdm_documented_element_select
          Assigned_property.described_element
                    property_assignment_select
                              item_property_select_236cc1
          Attribute_translation_assignment.considered_instance
                    string_select
                              furniture_properties_select_ap236cc1
          Change_design_object_management_relationship.current_design_object
                    managed_design_object
                              ap210_managed_design_object
          Change_design_object_management_relationship.previous_design_object
                    managed_design_object
                              ap210_managed_design_object
          Classification_assignment.items
                    classification_item
                              classification_item_extended
                                        classified_element_select_236cc1
          Composite_material_identification.composite_items
                    material_item_select
                              dma_material_item_select
          Conical_tolerance_zone_boundary_and_surface_relationship.terminating_surface
                    physical_feature_or_part_template
          Datum_defined_by_feature.defined_by
          Delete_design_object_management_relationship.previous_design_object
                    managed_design_object
                              ap210_managed_design_object
          Derived_geometry.derived_from
          Derived_shape_element.derived_from
          Dimension_related_positional_boundary.constrained_physical_feature
                    physical_feature_or_part_template
          Directed_axis.end_shape_element
          Directed_axis.start_shape_element
          Document_assignment.is_assigned_to
                    documented_element_select
                              pdm_documented_element_select
          Draughting_model_item_association.definition
                    shape_select
          Frozen_assignment.frozen_item
                    managed_design_object
                              ap210_managed_design_object
          Geometric_item_specific_usage.definition
                    geometric_item_specific_usage_select
          Geometric_tolerance.applied_to
          Group.elements
                    groupable_item
                              groupable_item_203e2
          Language_indication.considered_instance
                    string_select
                              string_select_203e2
          Location_dimension.origin
                    placed_element_select
                              element_with_dimension_select
          Location_dimension.target
                    placed_element_select
                              element_with_dimension_select
          Material_identification.items
                    material_item_select
                              dma_material_item_select
          Projected_zone_and_base_relationship.base_physical_feature
                    physical_feature_or_part_template
          Projection.projection_end
          Requirement_source.source
                    requirement_source_item
                              sysm_requirement_source_item
          Restraint_condition.applied_to
                    restrained_item_select
                              physical_feature_or_part_template
          Shape_dependent_property_representation.described_element
                    shape_dependent_select
          Shape_description_association.represented_characteristic
                    shape_select
          Shape_element_locating_relationship.located_shape_element
          Shape_element_locating_relationship.locating_shape_element
          Shape_element_relationship.related
          Shape_element_relationship.relating
          Size_dimension.is_applied_to
                    element_with_dimension_select
          Surface_condition_association.described_element
                    shaped_element_select
          Target_area.is_defined_by
          Target_curve.is_defined_by
          Tolerance_zone_definition.first_element
          Tolerance_zone_definition.second_element
          True_profile.profiled_surface
                    physical_feature_or_part_template
Physical_connectivity_definition
          Add_design_object_management_relationship.current_design_object
                    managed_design_object
                              ap210_managed_design_object
          Assembly_to_part_connectivity_structure_allocation.assembly_context
          Change_design_object_management_relationship.current_design_object
                    managed_design_object
                              ap210_managed_design_object
          Change_design_object_management_relationship.previous_design_object
                    managed_design_object
                              ap210_managed_design_object
          Connectivity_allocation.implementation
          Delete_design_object_management_relationship.previous_design_object
                    managed_design_object
                              ap210_managed_design_object
          Document_assignment.is_assigned_to
                    documented_element_select
                              pcd_documented_element_select
          Frozen_assignment.frozen_item
                    managed_design_object
                              ap210_managed_design_object
          Group.elements
                    groupable_item
                              pcd_groupable_item
          Integral_shield.shielded_item
                    laminate_shieldable_item
          Physical_connectivity_definition_domain.associated_definition
          Physical_connectivity_definition_relationship.first_definition
          Physical_connectivity_definition_relationship.second_definition
          Physical_connectivity_layout_topology_requirement_assignment.assigned_to
          Physical_connectivity_make_from_relationship.resultant_definition
          Physical_connectivity_make_from_relationship.reusable_definition
          Physical_node_requirement_to_implementing_component_allocation.physical_node_requirement
          Physical_shield.shielded_item
                    physical_shieldable_item
          Requirement_assignment.assigned_to
                    requirement_assignment_item
                              pcd_requirement_assignment_item
Physical_connectivity_structure_definition
          Physical_connectivity_element.connectivity_context
          Topological_junction.scope

Users: by defined types, not used by any entity attribute

Physical_connectivity_structure_definition
          -

Global rules for this entity data type

          -