ENTITY gear_pair_with_range SUBTYPE OF (gear_pair); lower_limit_actual_rotation_1 : OPTIONAL plane_angle_measure; upper_limit_actual_rotation_1 : OPTIONAL plane_angle_measure; WHERE wr1: (NOT EXISTS(lower_limit_actual_rotation_1) OR NOT EXISTS(upper_limit_actual_rotation_1)) XOR (lower_limit_actual_rotation_1 < upper_limit_actual_rotation_1); END_ENTITY; -- gear_pair_with_range |
Entity data types and their attributesrepresentation_itemname: label; geometric_representation_item (DER) dim: dimension_count; item_defined_transformation name: label; (OPT) description: text; transform_item_1: representation_item; transform_item_2: representation_item; kinematic_pair joint: kinematic_joint; (RT) transform_item_1: rigid_placement; (RT) transform_item_2: rigid_placement; (DER) associated_link_representations_1: SET [1:?] OF kinematic_link_representation; (DER) associated_link_representations_2: SET [1:?] OF kinematic_link_representation; (RT) (DER) name: label; (INV) link_representation_associations: SET [1:?] OF pair_representation_relationship FOR transformation_operator; low_order_kinematic_pair_with_motion_coupling - gear_pair radius_first_link: length_measure; radius_second_link: length_measure; bevel: plane_angle_measure; helical_angle: plane_angle_measure; gear_ratio: REAL; gear_pair_with_range (OPT) lower_limit_actual_rotation_1: plane_angle_measure; (OPT) upper_limit_actual_rotation_1: plane_angle_measure; |
Global rules for this entity data type- |
public interface EGear_pair_with_range extends EGear_pairlower_limit_actual_rotation_1 (explicit attribute)boolean testLower_limit_actual_rotation_1(EGear_pair_with_range type)double getLower_limit_actual_rotation_1(EGear_pair_with_range type) void setLower_limit_actual_rotation_1(EGear_pair_with_range type, double value) void unsetLower_limit_actual_rotation_1(EGear_pair_with_range type) upper_limit_actual_rotation_1 (explicit attribute)boolean testUpper_limit_actual_rotation_1(EGear_pair_with_range type)double getUpper_limit_actual_rotation_1(EGear_pair_with_range type) void setUpper_limit_actual_rotation_1(EGear_pair_with_range type, double value) void unsetUpper_limit_actual_rotation_1(EGear_pair_with_range type) |
public class CGear_pair_with_range implements EGear_pair_with_rangestatic EAttribute attributeLower_limit_actual_rotation_1(EGear_pair_with_range type)static EAttribute attributeUpper_limit_actual_rotation_1(EGear_pair_with_range type) |
public class AGear_pair_with_range extends AEntitypublic EGear_pair_with_range getByIndex(int index)public EGear_pair_with_range getCurrentMember(SdaiIterator it) |