ENTITY resulting_path SUBTYPE OF (link_motion_representation_along_path); controlling_joints : SET [1:?] OF kinematic_joint; END_ENTITY; -- resulting_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; resulting_path controlling_joints: SET [1:?] OF kinematic_joint; |
Global rules for this entity data type- |
public interface EResulting_path extends ELink_motion_representation_along_pathcontrolling_joints (explicit attribute)boolean testControlling_joints(EResulting_path type)AKinematic_joint getControlling_joints(EResulting_path type) AKinematic_joint createControlling_joints(EResulting_path type) void unsetControlling_joints(EResulting_path type) |
public class CResulting_path implements EResulting_pathstatic EAttribute attributeControlling_joints(EResulting_path type)static int usedinControlling_joints(EResulting_path type, EKinematic_joint instance, ASdaiModel domain, AResulting_path result) |
public class AResulting_path extends AEntitypublic EResulting_path getByIndex(int index)public EResulting_path getCurrentMember(SdaiIterator it) |