Overview Schemas Index

KINEMATIC_MOTION_REPRESENTATION_SCHEMA (jsdai.SKinematic_motion_representation_schema)


ENTITY path_element_connection;
          previous_element : path_element;
          next_element : path_element;
WHERE
          wr1: previous_element.node_to = next_element.node_from;
          wr2: compare_unit_components (previous_element.node_to.t_parameter,
                                next_element.node_from.t_parameter);
END_ENTITY; -- path_element_connection

Entity data types and their attributes

path_element_connection
          previous_element: path_element;
          next_element: path_element;

Users

path_element_connection
          composite_path.elements

Global rules for this entity data type

          -

public interface EPath_element_connection extends EEntity

previous_element (explicit attribute)

          boolean testPrevious_element(EPath_element_connection type)
          EPath_element getPrevious_element(EPath_element_connection type)
          void setPrevious_element(EPath_element_connection type, EPath_element value)
          void unsetPrevious_element(EPath_element_connection type)

next_element (explicit attribute)

          boolean testNext_element(EPath_element_connection type)
          EPath_element getNext_element(EPath_element_connection type)
          void setNext_element(EPath_element_connection type, EPath_element value)
          void unsetNext_element(EPath_element_connection type)

public class CPath_element_connection implements EPath_element_connection

          static EAttribute attributePrevious_element(EPath_element_connection type)
          static int usedinPrevious_element(EPath_element_connection type, EPath_element instance, ASdaiModel domain, APath_element_connection result)
          static EAttribute attributeNext_element(EPath_element_connection type)
          static int usedinNext_element(EPath_element_connection type, EPath_element instance, ASdaiModel domain, APath_element_connection result)

public class APath_element_connection extends AEntity

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