Overview Schemas Index

Physical_connectivity_definition_arm         


ENTITY Physical_connectivity_layout_topology_link
          SUBTYPE OF (Group_relationship);
          SELF\Group_relationship.related_group RENAMED subsequent_node : Physical_connectivity_layout_topology_node;
          SELF\Group_relationship.relating_group RENAMED precedent_node : Physical_connectivity_layout_topology_node;
DERIVE
          SELF\Group_relationship.relation_type : STRING := '';
WHERE
          WR1: acyclic_physical_connectivity_layout_topology_link(SELF, [subsequent_node], 
        'PHYSICAL_CONNECTIVITY_DEFINITION_ARM.PHYSICAL_CONNECTIVITY_LAYOUT_TOPOLOGY_LINK');
END_ENTITY; -- Physical_connectivity_layout_topology_link

Entity data types and their attributes

Group_relationship
          (OPT) description: STRING;
          relation_type: STRING;
          relating_group: Group;
          related_group: Group;
Physical_connectivity_layout_topology_link
          (RT) related_group->subsequent_node: Physical_connectivity_layout_topology_node;
          (RT) relating_group->precedent_node: Physical_connectivity_layout_topology_node;
          (RT) (DER) relation_type: STRING;

Users: by entity attributes

Group_relationship
          Applied_information_usage_right.item
                    information_usage_right_item
                              design_pdm_information_usage_right_item
                                        design_pdm_identification_item
          Approval_assignment.items
                    approval_item
                              sysm_approval_item
          Attribute_classification.classified_entity
                    classified_attribute_select
                              syse_classified_attribute_select
          Document_assignment.is_assigned_to
                    documented_element_select
                              pdm_documented_element_select
                                        design_pdm_documented_element_select
          Group.elements
                    groupable_item
                              design_pdm_groupable_item
          Identification_assignment.items
                    identification_item
                              sysm_identification_item
          Issue_reference.item
                    issue_reference_item
                              syse_issue_reference_item
          Name_assignment.items
                    assigned_name_select
                              design_pdm_assigned_name_select
          Requirement_assignment.assigned_to
                    requirement_assignment_item
                              rd_requirement_assignment_item
          Requirement_source.source
                    requirement_source_item
                              design_pdm_requirement_source_item
Physical_connectivity_layout_topology_link
          Physical_connectivity_layout_topology_requirement.elements

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

Physical_connectivity_layout_topology_link
          -

Global rules for this entity data type

          -