ENTITY high_order_kinematic_pair ABSTRACT SUPERTYPE OF (ONEOF (linear_flexible_and_planar_curve_pair, point_on_surface_pair, point_on_planar_curve_pair, planar_curve_pair, surface_pair)) SUBTYPE OF (kinematic_pair); WHERE wr1: SIZEOF( QUERY(lr <* SELF\kinematic_pair.associated_link_representations_2 | NOT('KINEMATIC_STRUCTURE_SCHEMA.RIGID_LINK_REPRESENTATION' IN TYPEOF(lr)))) = 0; END_ENTITY; -- high_order_kinematic_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; high_order_kinematic_pair - |
linear_flexible_and_planar_curve_pair (KINEMATIC_STRUCTURE_SCHEMA) |
planar_curve_pair (KINEMATIC_STRUCTURE_SCHEMA) |
point_on_planar_curve_pair (KINEMATIC_STRUCTURE_SCHEMA) |
point_on_surface_pair (KINEMATIC_STRUCTURE_SCHEMA) |
surface_pair (KINEMATIC_STRUCTURE_SCHEMA) |
Global rules for this entity data type- |
public interface EHigh_order_kinematic_pair extends EKinematic_pair |
public class CHigh_order_kinematic_pair implements EHigh_order_kinematic_pair |
public class AHigh_order_kinematic_pair extends AEntitypublic EHigh_order_kinematic_pair getByIndex(int index)public EHigh_order_kinematic_pair getCurrentMember(SdaiIterator it) |