Overview Schemas Index

KINEMATIC_STRUCTURE_SCHEMA (jsdai.SKinematic_structure_schema)


ENTITY mechanism_base_placement
          SUBTYPE OF (representation_relationship_with_transformation);
          base_of_mechanism : mechanism;
          SELF\representation_relationship_with_transformation.transformation_operator : cartesian_transformation_operator_3d;
DERIVE
          SELF\representation_relationship.rep_2 : kinematic_link_representation := representation_of_link (base_of_mechanism.base);
UNIQUE
          ur1 : base_of_mechanism;
WHERE
          wr1: ('KINEMATIC_STRUCTURE_SCHEMA.KINEMATIC_GROUND_REPRESENTATION' IN
         TYPEOF  (SELF\representation_relationship.rep_1))
       OR
       ('KINEMATIC_STRUCTURE_SCHEMA.KINEMATIC_LINK_REPRESENTATION' IN
         TYPEOF (SELF\representation_relationship.rep_1));
          wr2: suitably_based_mechanism (SELF, base_of_mechanism);
          wr3: SELF\representation_relationship_with_transformation.
         transformation_operator IN
       SELF\representation_relationship.rep_1.items;
END_ENTITY; -- mechanism_base_placement

Entity data types and their attributes

representation_relationship
          name: label;
          (OPT) description: text;
          rep_1: representation;
          rep_2: representation;
representation_relationship_with_transformation
          transformation_operator: transformation;
mechanism_base_placement
          base_of_mechanism: mechanism;
          (RT) transformation_operator: cartesian_transformation_operator_3d;
          (RT) (DER) rep_2: kinematic_link_representation;

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
representation_relationship_with_transformation
          analysis_item.items
                    analysed_item
                              sysm_analysed_item
                                        groupable_item
                                                  groupable_item_203e2
          applied_certification_assignment.items
                    certification_item
                              sysm_certification_item
                                        groupable_item
                                                  groupable_item_203e2
          applied_description_text_assignment.items
                    description_item
                              sbb_description_item
                                        groupable_item
                                                  groupable_item_203e2
          applied_experience_type_assignment.items
                    experience_type_item
                              syse_experience_type_item
                                        groupable_item
                                                  groupable_item_203e2
          applied_group_assignment.items
                    groupable_item
                              groupable_item_203e2
          applied_person_type_assignment.items
                    person_type_item
                              syse_person_type_item
                                        groupable_item
                                                  groupable_item_203e2
          component_placement__mi.placement
                    transformation_select
          component_placement__rrwt.placement
                    transformation_select
          design_object_management_assignment.items
                    managed_design_object
                              ap210_managed_design_object
          frozen_assignment.items
                    managed_design_object
                              ap210_managed_design_object
          functional_terminal_group_assignment.items
                    groupable_item
                              groupable_item_203e2
          instance_placement__mi.placement
                    transformation_select
          instance_placement__rrwt.placement
                    transformation_select
          mated_item_association.placement
                    transformation_select
          package_footprint_relationship_definition_armx.related_transforms
          same_time_machining_relationship.placement
                    transformation_select
          verification_evidence.items
                    verification_evidence_item
                              sysm_verification_evidence_item
                                        groupable_item
                                                  groupable_item_203e2
mechanism_base_placement

Global rules for this entity data type

          -

public interface EMechanism_base_placement extends ERepresentation_relationship_with_transformation

base_of_mechanism (explicit attribute)

          boolean testBase_of_mechanism(EMechanism_base_placement type)
          EMechanism getBase_of_mechanism(EMechanism_base_placement type)
          void setBase_of_mechanism(EMechanism_base_placement type, EMechanism value)
          void unsetBase_of_mechanism(EMechanism_base_placement type)

public class CMechanism_base_placement implements EMechanism_base_placement

          static EAttribute attributeBase_of_mechanism(EMechanism_base_placement type)
          static int usedinBase_of_mechanism(EMechanism_base_placement type, EMechanism instance, ASdaiModel domain, AMechanism_base_placement result)
          static EAttribute attributeRep_2(EMechanism_base_placement type)
          static int usedinRep_2(EMechanism_base_placement type, EKinematic_link_representation instance, ASdaiModel domain, AMechanism_base_placement result)

public class AMechanism_base_placement extends AEntity

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