Overview Schemas Index

Fabrication_joint_arm         


ENTITY Passage_terminal_based_fabrication_joint_link;
          associated_terminal : fabricated_feature_select;
          precedent_point : Fabrication_joint;
          subsequent_point : Fabrication_joint;
UNIQUE
          UR1 : associated_terminal, precedent_point, subsequent_point;
WHERE
          WR1: precedent_point <> subsequent_point;
          WR2: precedent_point.fabrication_feature_2 = associated_terminal;
          WR3: subsequent_point.fabrication_feature_1 = associated_terminal;
          WR4: SIZEOF(TYPEOF(associated_terminal) *
            ['LAYERED_INTERCONNECT_MODULE_DESIGN_ARM.' + 
             'COMPONENT_TERMINATION_PASSAGE_JOIN_TERMINAL',
             'LAYERED_INTERCONNECT_MODULE_DESIGN_ARM.' + 
             'VIA_TERMINAL']) = 1;
          WR5: acyclic_passage_terminal_based_fabrication_joint_link (SELF,
        [subsequent_point],
        'FABRICATION_JOINT_ARM.PASSAGE_TERMINAL_BASED_FABRICATION_JOINT_LINK');
END_ENTITY; -- Passage_terminal_based_fabrication_joint_link

Entity data types and their attributes

Passage_terminal_based_fabrication_joint_link
          associated_terminal: fabricated_feature_select;
          precedent_point: Fabrication_joint;
          subsequent_point: Fabrication_joint;

Users: by entity attributes

Passage_terminal_based_fabrication_joint_link
          Physical_connectivity_abstraction_map.geometric_context_based_definition
                    map_link

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

Passage_terminal_based_fabrication_joint_link
          -

Global rules for this entity data type

          -