Overview Schemas Index

kinematic_structure_schema         


ENTITY kinematic_loop;
          network : kinematic_network_structure;
WHERE
          WR1: SIZEOF(USEDIN(SELF,
   'KINEMATIC_STRUCTURE_SCHEMA.JOINT_LOGICAL_RELATIONSHIP.LOOP')) > 0;
          WR2: SIZEOF (QUERY( relation_1 <* USEDIN(SELF,
    'KINEMATIC_STRUCTURE_SCHEMA.JOINT_LOGICAL_RELATIONSHIP.LOOP') |
         SIZEOF (QUERY (relation_2 <*  (USEDIN(SELF, 
         'KINEMATIC_STRUCTURE_SCHEMA.JOINT_LOGICAL_RELATIONSHIP.LOOP')
              - relation_1) |
              NOT(connected_in_simple_loop (relation_1, relation_2))
         )) > 0 
       )) = 0;
END_ENTITY; -- kinematic_loop

Entity data types and their attributes

kinematic_loop
          network: kinematic_network_structure;

Users

kinematic_loop
          joint_logical_relationship.loop

Global rules for this entity data type

          -