ENTITY link_motion_representation_along_path SUBTYPE OF (representation); SELF\representation.items : SET [1:?] OF kinematic_path; SELF\representation.context_of_items : geometric_representation_context_with_parameter; END_ENTITY; -- link_motion_representation_along_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 (KINEMATIC_ANALYSIS_CONTROL_AND_RESULT_SCHEMA) |
resulting_path (KINEMATIC_ANALYSIS_CONTROL_AND_RESULT_SCHEMA) |
link_motion_representation_along_path_subtypes (KINEMATIC_ANALYSIS_CONTROL_AND_RESULT_SCHEMA) |
Global rules for this entity data type- |
public interface ELink_motion_representation_along_path extends ERepresentation |
public class CLink_motion_representation_along_path implements ELink_motion_representation_along_path |
public class ALink_motion_representation_along_path extends AEntitypublic ELink_motion_representation_along_path getByIndex(int index)public ELink_motion_representation_along_path getCurrentMember(SdaiIterator it) |