Overview Schemas Index

KINEMATIC_STRUCTURE_SCHEMA (jsdai.SKinematic_structure_schema)


ENTITY kinematic_link_representation_association
          SUBTYPE OF (representation_relationship);
          SELF\representation_relationship.rep_1 : kinematic_link_representation;
WHERE
          wr1: SELF\representation_relationship.rep_2.context_of_items :=:
       SELF\representation_relationship.rep_1\representation.context_of_items;
          wr2: SIZEOF (['KINEMATIC_STRUCTURE_SCHEMA.KINEMATIC_GROUND_REPRESENTATION',
                'KINEMATIC_STRUCTURE_SCHEMA.KINEMATIC_LINK_REPRESENTATION'] *
               TYPEOF (SELF\representation_relationship.rep_2)) = 0;
END_ENTITY; -- kinematic_link_representation_association

Entity data types and their attributes

representation_relationship
          name: label;
          (OPT) description: text;
          rep_1: representation;
          rep_2: representation;
kinematic_link_representation_association
          (RT) rep_1: 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
kinematic_link_representation_association

Global rules for this entity data type

          -

public interface EKinematic_link_representation_association extends ERepresentation_relationship


public class CKinematic_link_representation_association implements EKinematic_link_representation_association


public class AKinematic_link_representation_association extends AEntity

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