Overview Schemas Index

KINEMATIC_ANALYSIS_CONTROL_AND_RESULT_SCHEMA (jsdai.SKinematic_analysis_control_and_result_schema)


ENTITY prescribed_path
          SUBTYPE OF (motion_link_relationship);
          controlling_joints : OPTIONAL SET [1:6] OF kinematic_joint;
END_ENTITY; -- prescribed_path

Entity data types and their attributes

representation_relationship
          name: label;
          (OPT) description: text;
          rep_1: representation;
          rep_2: representation;
motion_link_relationship
          (RT) rep_1: founded_kinematic_path;
          (RT) rep_2: kinematic_link_representation;
          related_frame: rigid_placement;
          (DER) motion: founded_kinematic_path;
          (DER) frame_link: kinematic_link_representation;
prescribed_path
          (OPT) controlling_joints: SET [1:6] OF kinematic_joint;

Users

representation_relationship
          applied_classification_assignment.items
                    classification_item
                              prjm_classification_item
          attribute_language_assignment.items
                    attribute_language_item
                              automotive_design_attribute_language_item
          attribute_translation_assignment.considered_instance
                    attribute_language_item
                              automotive_design_attribute_language_item
          design_object_management_assignment.items
                    managed_design_object
                              ap210_managed_design_object
          frozen_assignment.items
                    managed_design_object
                              ap210_managed_design_object
          full_model_change_action_property.related_description
                    model_change_select
          full_model_change_property_definition.related_description
                    model_change_select
          language_indication.considered_instance
                    attribute_language_item
                              automotive_design_attribute_language_item
          language_indication.items
                    attribute_language_item
                              attribute_language_item_236cc1
          multi_language_attribute_assignment.items
                    multi_language_attribute_item
                              multi_language_attribute_item_236cc1
motion_link_relationship
prescribed_path
          kinematic_control.contained_kinematic_programs
                    kinematic_analysis_definition

Global rules for this entity data type

          -

public interface EPrescribed_path extends EMotion_link_relationship

controlling_joints (explicit attribute)

          boolean testControlling_joints(EPrescribed_path type)
          AKinematic_joint getControlling_joints(EPrescribed_path type)
          AKinematic_joint createControlling_joints(EPrescribed_path type)
          void unsetControlling_joints(EPrescribed_path type)

public class CPrescribed_path implements EPrescribed_path

          static EAttribute attributeControlling_joints(EPrescribed_path type)
          static int usedinControlling_joints(EPrescribed_path type, EKinematic_joint instance, ASdaiModel domain, APrescribed_path result)

public class APrescribed_path extends AEntity

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