Overview Schemas Index

KINEMATIC_MOTION_REPRESENTATION_SCHEMA (jsdai.SKinematic_motion_representation_schema)


ENTITY point_to_point_path
          SUBTYPE OF (path_node);
DERIVE
          SELF\kinematic_path_segment.transition : transition_code := discontinuous;
END_ENTITY; -- point_to_point_path

Entity data types and their attributes

founded_item
          (DER) users: SET [0:?] OF founded_item_select;
kinematic_path_segment
          t_end: parameter_value;
          transition: transition_code;
path_node
          placement_end: placement;
point_to_point_path
          (RT) (DER) transition: transition_code;

Users: by entity attributes

founded_item
          founded_item.users
                    founded_item_select
kinematic_path_segment
          kinematic_path.segments
path_node
          kinematic_path_defined_by_nodes.segments
point_to_point_path

Users: by defined types, not used by any entity attribute

point_to_point_path
          -

Global rules for this entity data type

          -

public interface EPoint_to_point_path extends EPath_node


public class CPoint_to_point_path implements EPoint_to_point_path

          static EAttribute attributeTransition(EPoint_to_point_path type)

public class APoint_to_point_path extends AEntity

          public EPoint_to_point_path getByIndex(int index)
          public EPoint_to_point_path getCurrentMember(SdaiIterator it)