ENTITY surface_pair ABSTRACT SUPERTYPE OF ((ONEOF (sliding_surface_pair, rolling_surface_pair) ANDOR surface_pair_with_range)) SUBTYPE OF (high_order_kinematic_pair); surface_1 : surface; surface_2 : surface; orientation : BOOLEAN; WHERE wr1: SIZEOF( QUERY(r <* SELF\kinematic_pair.associated_link_representations_1 | NOT(surface_1 IN r.items))) = 0; wr2: SIZEOF( QUERY(r <* SELF\kinematic_pair.associated_link_representations_2 | NOT(surface_2 IN r.items))) = 0; wr3: SIZEOF( QUERY(lr <* SELF\kinematic_pair.associated_link_representations_1 | NOT('KINEMATIC_STRUCTURE_SCHEMA.RIGID_LINK_REPRESENTATION' IN TYPEOF(lr)))) = 0; END_ENTITY; -- surface_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 - surface_pair surface_1: surface; surface_2: surface; orientation: BOOLEAN; |
rolling_surface_pair (KINEMATIC_STRUCTURE_SCHEMA) |
sliding_surface_pair (KINEMATIC_STRUCTURE_SCHEMA) |
surface_pair_with_range (KINEMATIC_STRUCTURE_SCHEMA) |
Global rules for this entity data type- |
public interface ESurface_pair extends EHigh_order_kinematic_pairsurface_1 (explicit attribute)boolean testSurface_1(ESurface_pair type)ESurface getSurface_1(ESurface_pair type) void setSurface_1(ESurface_pair type, ESurface value) void unsetSurface_1(ESurface_pair type) surface_2 (explicit attribute)boolean testSurface_2(ESurface_pair type)ESurface getSurface_2(ESurface_pair type) void setSurface_2(ESurface_pair type, ESurface value) void unsetSurface_2(ESurface_pair type) orientation (explicit attribute)boolean testOrientation(ESurface_pair type)boolean getOrientation(ESurface_pair type) void setOrientation(ESurface_pair type, boolean value) void unsetOrientation(ESurface_pair type) |
public class CSurface_pair implements ESurface_pairstatic EAttribute attributeSurface_1(ESurface_pair type)static int usedinSurface_1(ESurface_pair type, ESurface instance, ASdaiModel domain, ASurface_pair result) static EAttribute attributeSurface_2(ESurface_pair type) static int usedinSurface_2(ESurface_pair type, ESurface instance, ASdaiModel domain, ASurface_pair result) static EAttribute attributeOrientation(ESurface_pair type) |
public class ASurface_pair extends AEntitypublic ESurface_pair getByIndex(int index)public ESurface_pair getCurrentMember(SdaiIterator it) |