Overview Schemas Index

KINEMATIC_STRUCTURE_SCHEMA (jsdai.SKinematic_structure_schema)


ENTITY revolute_pair_range
          SUBTYPE OF (simple_pair_range);
          SELF\simple_pair_range.applies_to_pair : revolute_pair;
          lower_limit_actual_rotation : rotational_range_measure;
          upper_limit_actual_rotation : rotational_range_measure;
WHERE
          wr1: (('KINEMATIC_STRUCTURE_SCHEMA.UNLIMITED_RANGE' IN
         TYPEOF  (lower_limit_actual_rotation))
        OR
        ('KINEMATIC_STRUCTURE_SCHEMA.UNLIMITED_RANGE' IN
         TYPEOF (upper_limit_actual_rotation)))
       XOR
       (lower_limit_actual_rotation < upper_limit_actual_rotation);
END_ENTITY; -- revolute_pair_range

Entity data types and their attributes

simple_pair_range
          applies_to_pair: kinematic_pair;
revolute_pair_range
          (RT) applies_to_pair: revolute_pair;
          lower_limit_actual_rotation: rotational_range_measure;
          upper_limit_actual_rotation: rotational_range_measure;

Users

simple_pair_range
revolute_pair_range

Global rules for this entity data type

          -

public interface ERevolute_pair_range extends ESimple_pair_range

lower_limit_actual_rotation (explicit attribute)

          int testLower_limit_actual_rotation(ERevolute_pair_range type)
          case sLower_limit_actual_rotationPlane_angle_measure:
              double getLower_limit_actual_rotation(ERevolute_pair_range type, EPlane_angle_measure node1)
              void setLower_limit_actual_rotation(ERevolute_pair_range type, double value, EPlane_angle_measure node1)
          case sLower_limit_actual_rotationUnlimited_range:
              int getLower_limit_actual_rotation(ERevolute_pair_range type, EUnlimited_range node1)
              void setLower_limit_actual_rotation(ERevolute_pair_range type, int value, EUnlimited_range node1)
          void unsetLower_limit_actual_rotation(ERevolute_pair_range type)

upper_limit_actual_rotation (explicit attribute)

          int testUpper_limit_actual_rotation(ERevolute_pair_range type)
          case sUpper_limit_actual_rotationPlane_angle_measure:
              double getUpper_limit_actual_rotation(ERevolute_pair_range type, EPlane_angle_measure node1)
              void setUpper_limit_actual_rotation(ERevolute_pair_range type, double value, EPlane_angle_measure node1)
          case sUpper_limit_actual_rotationUnlimited_range:
              int getUpper_limit_actual_rotation(ERevolute_pair_range type, EUnlimited_range node1)
              void setUpper_limit_actual_rotation(ERevolute_pair_range type, int value, EUnlimited_range node1)
          void unsetUpper_limit_actual_rotation(ERevolute_pair_range type)

public class CRevolute_pair_range implements ERevolute_pair_range

          static EAttribute attributeLower_limit_actual_rotation(ERevolute_pair_range type)
          static int usedinLower_limit_actual_rotation(ERevolute_pair_range type, EEntity instance, ASdaiModel domain, ARevolute_pair_range result)
          static EAttribute attributeUpper_limit_actual_rotation(ERevolute_pair_range type)
          static int usedinUpper_limit_actual_rotation(ERevolute_pair_range type, EEntity instance, ASdaiModel domain, ARevolute_pair_range result)

public class ARevolute_pair_range extends AEntity

          public ERevolute_pair_range getByIndex(int index)
          public ERevolute_pair_range getCurrentMember(SdaiIterator it)