|
ENTITY joint_logical_relationship; loop : kinematic_loop; previous_joint_logical_structure : oriented_joint; next_joint_logical_structure : oriented_joint; UNIQUE UR2 : loop, next_joint_logical_structure; UR1 : loop, previous_joint_logical_structure; WHERE WR1: previous_joint_logical_structure.exit_link :=: next_joint_logical_structure.advent_link; END_ENTITY; -- joint_logical_relationship |
Entity data types and their attributesjoint_logical_relationshiploop: kinematic_loop; previous_joint_logical_structure: oriented_joint; next_joint_logical_structure: oriented_joint; |
Usersjoint_logical_relationship |
Global rules for this entity data type- |