ENTITY kinematic_path_segment ABSTRACT SUPERTYPE OF (ONEOF (path_node, curve_based_path_with_orientation)) SUBTYPE OF (founded_item); t_end : parameter_value; transition : transition_code; END_ENTITY; -- kinematic_path_segment |
Entity data types and their attributesfounded_item(DER) users: SET [0:?] OF founded_item_select; kinematic_path_segment t_end: parameter_value; transition: transition_code; |
curve_based_path_with_orientation (KINEMATIC_MOTION_REPRESENTATION_SCHEMA) |
path_node (KINEMATIC_MOTION_REPRESENTATION_SCHEMA) |
Users: by entity attributesfounded_itemfounded_item.users founded_item_select kinematic_path_segment kinematic_path.segments Users: by defined types, not used by any entity attributekinematic_path_segment- |
Global rules for this entity data type- |
public interface EKinematic_path_segment extends EFounded_itemt_end (explicit attribute)boolean testT_end(EKinematic_path_segment type)double getT_end(EKinematic_path_segment type) void setT_end(EKinematic_path_segment type, double value) void unsetT_end(EKinematic_path_segment type) transition (explicit attribute)boolean testTransition(EKinematic_path_segment type)int getTransition(EKinematic_path_segment type) void setTransition(EKinematic_path_segment type, int value) void unsetTransition(EKinematic_path_segment type) |
public class CKinematic_path_segment implements EKinematic_path_segmentstatic EAttribute attributeT_end(EKinematic_path_segment type)static EAttribute attributeTransition(EKinematic_path_segment type) |
public class AKinematic_path_segment extends AEntitypublic EKinematic_path_segment getByIndex(int index)public EKinematic_path_segment getCurrentMember(SdaiIterator it) |