ENTITY link_motion_transformation SUBTYPE OF (item_defined_transformation); SELF\item_defined_transformation.transform_item_1 : rigid_placement; SELF\item_defined_transformation.transform_item_2 : kinematic_path; END_ENTITY; -- link_motion_transformation |
Entity data types and their attributesitem_defined_transformationname: label; (OPT) description: text; transform_item_1: representation_item; transform_item_2: representation_item; link_motion_transformation (RT) transform_item_1: rigid_placement; (RT) transform_item_2: kinematic_path; |
Global rules for this entity data type- |
public interface ELink_motion_transformation extends EItem_defined_transformation |
public class CLink_motion_transformation implements ELink_motion_transformation |
public class ALink_motion_transformation extends AEntitypublic ELink_motion_transformation getByIndex(int index)public ELink_motion_transformation getCurrentMember(SdaiIterator it) |