Overview Schemas Index

REPRESENTATION_SCHEMA (jsdai.SRepresentation_schema)


ENTITY representation_relationship;
          name : label;
          description : OPTIONAL text;
          rep_1 : representation;
          rep_2 : representation;
END_ENTITY; -- representation_relationship

Entity data types and their attributes

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

Known subtypes

          analytical_model_port_assignment (ANALYTICAL_MODEL_MIM)
          connection_zone_map_identification (PHYSICAL_UNIT_USAGE_VIEW_MIM)
          constructive_geometry_representation_relationship (CONSTRUCTION_GEOMETRY_MIM)
          definitional_representation_relationship (REPRESENTATION_SCHEMA)
          drawing_sheet_revision_sequence (DRAWING_DEFINITION_SCHEMA)
          evaluated_characteristic (PLANNED_CHARACTERISTIC_MIM)
          explicit_procedural_representation_relationship (PROCEDURAL_MODEL_SCHEMA)
          kinematic_link_representation_association (KINEMATIC_STRUCTURE_SCHEMA)
          make_from_model_port_relationship (ANALYTICAL_MODEL_MIM)
          manifold_constraining_context_dependent_shape_representation (INTERCONNECT_NON_PLANAR_SHAPE_MIM)
          motion_link_relationship (KINEMATIC_ANALYSIS_CONTROL_AND_RESULT_SCHEMA)
          parameter_assignment_override (MODEL_PARAMETER_MIM)
          physical_unit_keepout_shape_allocation_to_stratum_stack (LAYERED_INTERCONNECT_COMPLEX_TEMPLATE_MIM)
          representation_relationship_with_transformation (REPRESENTATION_SCHEMA)
          shape_representation_relationship (PRODUCT_PROPERTY_REPRESENTATION_SCHEMA)
          stratum_feature_shape_stratum_average_surface_shape_relationship (STRATUM_NON_PLANAR_SHAPE_XIM)
          stratum_feature_shape_stratum_surface_shape_relationship (STRATUM_NON_PLANAR_SHAPE_XIM)
          substructure_node_relationship (STRUCTURAL_RESPONSE_REPRESENTATION_SCHEMA)
          terminal_pair_port_equivalence_relationship (ANALYTICAL_MODEL_XIM)
          variational_current_representation_relationship (VARIATIONAL_REPRESENTATION_SCHEMA)

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

Global rules for this entity data type

          restrict_multi_language_for_representation_relationship (AUTOMOTIVE_DESIGN)
          restrict_multi_language_for_representation_relationship (CATALOG_DATA_INFORMATION_MIM)
          subtype_exclusiveness_representation_relationship (AUTOMOTIVE_DESIGN)

public interface ERepresentation_relationship extends EEntity

name (explicit attribute)

          boolean testName(ERepresentation_relationship type)
          String getName(ERepresentation_relationship type)
          void setName(ERepresentation_relationship type, String value)
          void unsetName(ERepresentation_relationship type)

description (explicit attribute)

          boolean testDescription(ERepresentation_relationship type)
          String getDescription(ERepresentation_relationship type)
          void setDescription(ERepresentation_relationship type, String value)
          void unsetDescription(ERepresentation_relationship type)

rep_1 (explicit attribute)

          boolean testRep_1(ERepresentation_relationship type)
          ERepresentation getRep_1(ERepresentation_relationship type)
          void setRep_1(ERepresentation_relationship type, ERepresentation value)
          void unsetRep_1(ERepresentation_relationship type)

rep_2 (explicit attribute)

          boolean testRep_2(ERepresentation_relationship type)
          ERepresentation getRep_2(ERepresentation_relationship type)
          void setRep_2(ERepresentation_relationship type, ERepresentation value)
          void unsetRep_2(ERepresentation_relationship type)

public class CRepresentation_relationship implements ERepresentation_relationship

          static EAttribute attributeName(ERepresentation_relationship type)
          static EAttribute attributeDescription(ERepresentation_relationship type)
          static EAttribute attributeRep_1(ERepresentation_relationship type)
          static int usedinRep_1(ERepresentation_relationship type, ERepresentation instance, ASdaiModel domain, ARepresentation_relationship result)
          static EAttribute attributeRep_2(ERepresentation_relationship type)
          static int usedinRep_2(ERepresentation_relationship type, ERepresentation instance, ASdaiModel domain, ARepresentation_relationship result)

public class ARepresentation_relationship extends AEntity

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