Overview Schemas Index

KINEMATIC_MOTION_REPRESENTATION_SCHEMA (jsdai.SKinematic_motion_representation_schema)


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 attributes

founded_item
          (DER) users: SET [0:?] OF founded_item_select;
kinematic_path_segment
          t_end: parameter_value;
          transition: transition_code;

Known subtypes

          curve_based_path_with_orientation (KINEMATIC_MOTION_REPRESENTATION_SCHEMA)
          path_node (KINEMATIC_MOTION_REPRESENTATION_SCHEMA)

Users: by entity attributes

founded_item
          founded_item.users
                    founded_item_select
kinematic_path_segment
          kinematic_path.segments

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

kinematic_path_segment
          -

Global rules for this entity data type

          -

public interface EKinematic_path_segment extends EFounded_item

t_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_segment

          static EAttribute attributeT_end(EKinematic_path_segment type)
          static EAttribute attributeTransition(EKinematic_path_segment type)

public class AKinematic_path_segment extends AEntity

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