Overview Schemas Index

KINEMATIC_STRUCTURE_SCHEMA (jsdai.SKinematic_structure_schema)


ENTITY kinematic_structure;
          joints : SET [1:?] OF kinematic_joint;
END_ENTITY; -- kinematic_structure

Entity data types and their attributes

kinematic_structure
          joints: SET [1:?] OF kinematic_joint;

Users

kinematic_structure
          applied_name_assignment.item
                    name_item
                              automotive_design_name_item
          kinematic_substructure.parent_structure
          mechanism.structure_definition

Global rules for this entity data type

          restrict_name_assignment_for_kinematic_structure (AUTOMOTIVE_DESIGN)

public interface EKinematic_structure extends EEntity

joints (explicit attribute)

          boolean testJoints(EKinematic_structure type)
          AKinematic_joint getJoints(EKinematic_structure type)
          AKinematic_joint createJoints(EKinematic_structure type)
          void unsetJoints(EKinematic_structure type)

public class CKinematic_structure implements EKinematic_structure

          static EAttribute attributeJoints(EKinematic_structure type)
          static int usedinJoints(EKinematic_structure type, EKinematic_joint instance, ASdaiModel domain, AKinematic_structure result)

public class AKinematic_structure extends AEntity

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