Overview Schemas Index

kinematic_structure_schema         


ENTITY oriented_joint;
          joint : kinematic_joint;
          orientation : BOOLEAN;
DERIVE
          advent_link : kinematic_link := assign_directed_link (joint, orientation);
          exit_link : kinematic_link := assign_directed_link (joint, NOT (orientation));
END_ENTITY; -- oriented_joint

Entity data types and their attributes

oriented_joint
          joint: kinematic_joint;
          orientation: BOOLEAN;
          (DER) advent_link: kinematic_link;
          (DER) exit_link: kinematic_link;

Known subtypes

          advent_oriented_joint (kinematic_structure_schema)
          oriented_joint_in_tree (kinematic_structure_schema)

Users

oriented_joint
          joint_logical_relationship.next_joint_logical_structure
          joint_logical_relationship.previous_joint_logical_structure

Global rules for this entity data type

          -