Overview Schemas Index

REPRESENTATION_SCHEMA (jsdai.SRepresentation_schema)


ENTITY definitional_representation_relationship
          SUBTYPE OF (representation_relationship);
WHERE
          wr1: acyclic_representation_relationship(SELF,
         [SELF\representation_relationship.rep_2],
         'REPRESENTATION_SCHEMA.'+'REPRESENTATION');
          wr2: NOT('REPRESENTATION_SCHEMA.'+'DEFINITIONAL_REPRESENTATION_RELATIONSHIP_WITH_SAME_CONTEXT' 
         IN TYPEOF(SELF)) XOR
         (SELF\representation_relationship.rep_1.context_of_items :=: 
          SELF\representation_relationship.rep_2.context_of_items);
END_ENTITY; -- definitional_representation_relationship

Entity data types and their attributes

representation_relationship
          name: label;
          (OPT) description: text;
          rep_1: representation;
          rep_2: representation;
definitional_representation_relationship
          -

Known subtypes

          component_2d_location (PHYSICAL_UNIT_2D_DESIGN_VIEW_MIM)
          component_3d_location (PHYSICAL_UNIT_3D_DESIGN_VIEW_MIM)
          definitional_representation_relationship_with_same_context (REPRESENTATION_SCHEMA)
          geometric_composition_with_operator_transformation (CONTEXTUAL_SHAPE_POSITIONING_XIM)
          geometric_composition_with_placement_transformation (CONTEXTUAL_SHAPE_POSITIONING_XIM)

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
definitional_representation_relationship

Global rules for this entity data type

          -

public interface EDefinitional_representation_relationship extends ERepresentation_relationship


public class CDefinitional_representation_relationship implements EDefinitional_representation_relationship


public class ADefinitional_representation_relationship extends AEntity

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