Overview Schemas Index

KINEMATIC_MOTION_REPRESENTATION_SCHEMA (jsdai.SKinematic_motion_representation_schema)


ENTITY path_node
          ABSTRACT SUPERTYPE OF (ONEOF (point_to_point_path, circular_path, linear_path, curve_based_path))
          SUBTYPE OF (kinematic_path_segment);
          placement_end : placement;
END_ENTITY; -- path_node

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;

Known subtypes

          circular_path (KINEMATIC_MOTION_REPRESENTATION_SCHEMA)
          curve_based_path (KINEMATIC_MOTION_REPRESENTATION_SCHEMA)
          linear_path (KINEMATIC_MOTION_REPRESENTATION_SCHEMA)
          point_to_point_path (KINEMATIC_MOTION_REPRESENTATION_SCHEMA)

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

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

path_node
          -

Global rules for this entity data type

          -

public interface EPath_node extends EKinematic_path_segment

placement_end (explicit attribute)

          boolean testPlacement_end(EPath_node type)
          EPlacement getPlacement_end(EPath_node type)
          void setPlacement_end(EPath_node type, EPlacement value)
          void unsetPlacement_end(EPath_node type)

public class CPath_node implements EPath_node

          static EAttribute attributePlacement_end(EPath_node type)
          static int usedinPlacement_end(EPath_node type, EPlacement instance, ASdaiModel domain, APath_node result)

public class APath_node extends AEntity

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