Overview Schemas Index

KINEMATIC_MOTION_REPRESENTATION_SCHEMA (jsdai.SKinematic_motion_representation_schema)


ENTITY circular_path
          SUBTYPE OF (path_node);
          via_point : cartesian_point;
END_ENTITY; -- circular_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;
circular_path
          via_point: cartesian_point;

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
circular_path

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

circular_path
          -

Global rules for this entity data type

          -

public interface ECircular_path extends EPath_node

via_point (explicit attribute)

          boolean testVia_point(ECircular_path type)
          ECartesian_point getVia_point(ECircular_path type)
          void setVia_point(ECircular_path type, ECartesian_point value)
          void unsetVia_point(ECircular_path type)

public class CCircular_path implements ECircular_path

          static EAttribute attributeVia_point(ECircular_path type)
          static int usedinVia_point(ECircular_path type, ECartesian_point instance, ASdaiModel domain, ACircular_path result)

public class ACircular_path extends AEntity

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