Overview Schemas Index

KINEMATIC_STRUCTURE_SCHEMA (jsdai.SKinematic_structure_schema)


ENTITY oriented_joint_in_tree
          SUBTYPE OF (oriented_joint);
          parent_structure : kinematic_tree_structure;
END_ENTITY; -- oriented_joint_in_tree

Entity data types and their attributes

oriented_joint
          joint: kinematic_joint;
          orientation: BOOLEAN;
          (DER) advent_link: kinematic_link;
          (DER) exit_link: kinematic_link;
oriented_joint_in_tree
          parent_structure: kinematic_tree_structure;

Users

oriented_joint
          joint_logical_relationship.next_joint_logical_structure
          joint_logical_relationship.previous_joint_logical_structure
oriented_joint_in_tree

Global rules for this entity data type

          -

public interface EOriented_joint_in_tree extends EOriented_joint

parent_structure (explicit attribute)

          boolean testParent_structure(EOriented_joint_in_tree type)
          EKinematic_tree_structure getParent_structure(EOriented_joint_in_tree type)
          void setParent_structure(EOriented_joint_in_tree type, EKinematic_tree_structure value)
          void unsetParent_structure(EOriented_joint_in_tree type)

public class COriented_joint_in_tree implements EOriented_joint_in_tree

          static EAttribute attributeParent_structure(EOriented_joint_in_tree type)
          static int usedinParent_structure(EOriented_joint_in_tree type, EKinematic_tree_structure instance, ASdaiModel domain, AOriented_joint_in_tree result)

public class AOriented_joint_in_tree extends AEntity

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