ENTITY joint_logical_relationship

(* SCHEMA kinematic_structure_schema; *)
ENTITY joint_logical_relationship;
  loop                             : kinematic_loop;
  previous_joint_logical_structure : oriented_joint;
  next_joint_logical_structure     : oriented_joint;
UNIQUE
  UR1: loop, previous_joint_logical_structure;
  UR2: loop, next_joint_logical_structure;
WHERE
  WR1: previous_joint_logical_structure.exit_link :=:
       next_joint_logical_structure.advent_link;
END_ENTITY;

Explicit Attributes

Entity joint_logical_relationship has the following local and inherited explicit attributes:
AttributeTypeDefined By
 loopkinematic_loop (ENTITY)joint_logical_relationship
 previous_joint_logical_structureoriented_joint (ENTITY)joint_logical_relationship
 next_joint_logical_structureoriented_joint (ENTITY)joint_logical_relationship

Derived Attributes

    No derived attributes

Inverse Attributes

    No Inverse Attributes

Supertypes

    No supertypes

Subtypes

    No subtypes

Referenced By

Entity joint_logical_relationship and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 connected_in_simple_loop FUNCTION joint_logical_relationship


[Top Level Definitions] [Exit]

Generated by STEP Tools® EXPRESS to HTML Converter
2012-03-27T17:14:00-04:00