ENTITY link_motion_relationship SUBTYPE OF (definitional_representation_relationship, representation_relationship_with_transformation); SELF\representation_relationship.rep_1 : link_or_shape_representation; SELF\representation_relationship.rep_2 : link_motion_representation_along_path; SELF\representation_relationship_with_transformation.transformation_operator : link_motion_transformation; WHERE wr1: transformation_operator\item_defined_transformation.transform_item_1 IN rep_1.items; wr2: transformation_operator\item_defined_transformation.transform_item_2 IN rep_2.items; END_ENTITY; -- link_motion_relationship |
Entity data types and their attributesrepresentation_relationshipname: label; (OPT) description: text; rep_1: representation; rep_2: representation; definitional_representation_relationship - representation_relationship_with_transformation transformation_operator: transformation; link_motion_relationship (RT) rep_1: link_or_shape_representation; (RT) rep_2: link_motion_representation_along_path; (RT) transformation_operator: link_motion_transformation; |
item_link_motion_relationship (KINEMATIC_MOTION_REPRESENTATION_SCHEMA) |
Global rules for this entity data type- |
public interface ELink_motion_relationship extends EDefinitional_representation_relationship, ERepresentation_relationship_with_transformation |
public class CLink_motion_relationship implements ELink_motion_relationship |
public class ALink_motion_relationship extends AEntitypublic ELink_motion_relationship getByIndex(int index)public ELink_motion_relationship getCurrentMember(SdaiIterator it) |