ENTITY linear_flexible_and_pinion_pair SUBTYPE OF (low_order_kinematic_pair_with_motion_coupling); pinion_radius : length_measure; WHERE wr1: SIZEOF( QUERY(lr <* SELF\kinematic_pair.associated_link_representations_1 | NOT('KINEMATIC_STRUCTURE_SCHEMA.LINEAR_FLEXIBLE_LINK_REPRESENTATION' IN TYPEOF(lr)))) = 0; END_ENTITY; -- linear_flexible_and_pinion_pair |
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 - linear_flexible_and_pinion_pair pinion_radius: length_measure; |
Global rules for this entity data type- |
public interface ELinear_flexible_and_pinion_pair extends ELow_order_kinematic_pair_with_motion_couplingpinion_radius (explicit attribute)boolean testPinion_radius(ELinear_flexible_and_pinion_pair type)double getPinion_radius(ELinear_flexible_and_pinion_pair type) void setPinion_radius(ELinear_flexible_and_pinion_pair type, double value) void unsetPinion_radius(ELinear_flexible_and_pinion_pair type) |
public class CLinear_flexible_and_pinion_pair implements ELinear_flexible_and_pinion_pairstatic EAttribute attributePinion_radius(ELinear_flexible_and_pinion_pair type) |
public class ALinear_flexible_and_pinion_pair extends AEntitypublic ELinear_flexible_and_pinion_pair getByIndex(int index)public ELinear_flexible_and_pinion_pair getCurrentMember(SdaiIterator it) |