Overview Schemas Index

KINEMATIC_MOTION_REPRESENTATION_SCHEMA (jsdai.SKinematic_motion_representation_schema)


ENTITY linear_path
          SUBTYPE OF (path_node);
DERIVE
          SELF\kinematic_path_segment.transition : transition_code := continuous;
END_ENTITY; -- linear_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;
linear_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
linear_path

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

linear_path
          -

Global rules for this entity data type

          -

public interface ELinear_path extends EPath_node


public class CLinear_path implements ELinear_path

          static EAttribute attributeTransition(ELinear_path type)

public class ALinear_path extends AEntity

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