Overview Schemas Index

KINEMATIC_STRUCTURE_SCHEMA (jsdai.SKinematic_structure_schema)


ENTITY gear_pair_range
          SUBTYPE OF (simple_pair_range);
          SELF\simple_pair_range.applies_to_pair : gear_pair;
          lower_limit_actual_rotation_1 : rotational_range_measure;
          upper_limit_actual_rotation_1 : rotational_range_measure;
WHERE
          wr1: (('KINEMATIC_STRUCTURE_SCHEMA.UNLIMITED_RANGE' IN
         TYPEOF  (lower_limit_actual_rotation_1))
        OR
        ('KINEMATIC_STRUCTURE_SCHEMA.UNLIMITED_RANGE' IN
         TYPEOF (upper_limit_actual_rotation_1)))
       XOR
       (lower_limit_actual_rotation_1 <
        upper_limit_actual_rotation_1);
END_ENTITY; -- gear_pair_range

Entity data types and their attributes

simple_pair_range
          applies_to_pair: kinematic_pair;
gear_pair_range
          (RT) applies_to_pair: gear_pair;
          lower_limit_actual_rotation_1: rotational_range_measure;
          upper_limit_actual_rotation_1: rotational_range_measure;

Users

simple_pair_range
gear_pair_range

Global rules for this entity data type

          -

public interface EGear_pair_range extends ESimple_pair_range

lower_limit_actual_rotation_1 (explicit attribute)

          int testLower_limit_actual_rotation_1(EGear_pair_range type)
          case sLower_limit_actual_rotation_1Plane_angle_measure:
              double getLower_limit_actual_rotation_1(EGear_pair_range type, EPlane_angle_measure node1)
              void setLower_limit_actual_rotation_1(EGear_pair_range type, double value, EPlane_angle_measure node1)
          case sLower_limit_actual_rotation_1Unlimited_range:
              int getLower_limit_actual_rotation_1(EGear_pair_range type, EUnlimited_range node1)
              void setLower_limit_actual_rotation_1(EGear_pair_range type, int value, EUnlimited_range node1)
          void unsetLower_limit_actual_rotation_1(EGear_pair_range type)

upper_limit_actual_rotation_1 (explicit attribute)

          int testUpper_limit_actual_rotation_1(EGear_pair_range type)
          case sUpper_limit_actual_rotation_1Plane_angle_measure:
              double getUpper_limit_actual_rotation_1(EGear_pair_range type, EPlane_angle_measure node1)
              void setUpper_limit_actual_rotation_1(EGear_pair_range type, double value, EPlane_angle_measure node1)
          case sUpper_limit_actual_rotation_1Unlimited_range:
              int getUpper_limit_actual_rotation_1(EGear_pair_range type, EUnlimited_range node1)
              void setUpper_limit_actual_rotation_1(EGear_pair_range type, int value, EUnlimited_range node1)
          void unsetUpper_limit_actual_rotation_1(EGear_pair_range type)

public class CGear_pair_range implements EGear_pair_range

          static EAttribute attributeLower_limit_actual_rotation_1(EGear_pair_range type)
          static int usedinLower_limit_actual_rotation_1(EGear_pair_range type, EEntity instance, ASdaiModel domain, AGear_pair_range result)
          static EAttribute attributeUpper_limit_actual_rotation_1(EGear_pair_range type)
          static int usedinUpper_limit_actual_rotation_1(EGear_pair_range type, EEntity instance, ASdaiModel domain, AGear_pair_range result)

public class AGear_pair_range extends AEntity

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