ENTITY prescribed_path SUBTYPE OF (link_motion_representation_along_path); controlling_joints : OPTIONAL SET [1:6] OF kinematic_joint; END_ENTITY; -- prescribed_path |
Entity data types and their attributesrepresentationname: label; items: SET [1:?] OF representation_item; context_of_items: representation_context; (DER) id: identifier; (DER) description: text; link_motion_representation_along_path (RT) items: SET [1:?] OF kinematic_path; (RT) context_of_items: geometric_representation_context_with_parameter; prescribed_path (OPT) controlling_joints: SET [1:6] OF kinematic_joint; |
Global rules for this entity data type- |
public interface EPrescribed_path extends ELink_motion_representation_along_pathcontrolling_joints (explicit attribute)boolean testControlling_joints(EPrescribed_path type)AKinematic_joint getControlling_joints(EPrescribed_path type) AKinematic_joint createControlling_joints(EPrescribed_path type) void unsetControlling_joints(EPrescribed_path type) |
public class CPrescribed_path implements EPrescribed_pathstatic EAttribute attributeControlling_joints(EPrescribed_path type)static int usedinControlling_joints(EPrescribed_path type, EKinematic_joint instance, ASdaiModel domain, APrescribed_path result) |
public class APrescribed_path extends AEntitypublic EPrescribed_path getByIndex(int index)public EPrescribed_path getCurrentMember(SdaiIterator it) |