Overview Schemas Index

PRESENTATION_ORGANIZATION_SCHEMA (jsdai.SPresentation_organization_schema)


ENTITY presentation_representation_relationship
          SUBTYPE OF (representation_relationship_with_transformation);
          SELF\representation_relationship.rep_1 : presentation_representation;
          SELF\representation_relationship.rep_2 : presentation_representation;
          SELF\representation_relationship_with_transformation.transformation_operator : graphical_transformation;
WHERE
          wr1:  acyclic_presentation_representation_relationship ( SELF  , [ SELF \ representation_relationship . rep_2 ] ) ;
          wr2:  NOT  ( ( 'presentation_organization_schema.presentation_area' IN TYPEOF  ( SELF  \ representation_relationship . rep_1 ) ) AND NOT ( SIZEOF ( [ 'presentation_organization_schema.' + 'product_data_representation_view' , 'presentation_organization_schema.' + 'view_dependent_annotation_representation' ] * TYPEOF ( SELF \ representation_relationship . rep_2 ) ) = 0 ) ) ;
          wr3:  NOT  ( ( 'presentation_organization_schema.presentation_view' IN TYPEOF  ( SELF  \ representation_relationship . rep_1 ) ) AND NOT ( SIZEOF ( [ 'presentation_organization_schema.' + 'presentation_area' , 'presentation_organization_schema.' + 'presentation_view' , 'presentation_organization_schema.' + 'area_dependent_annotation_representation' ] * TYPEOF ( SELF \ representation_relationship . rep_2 ) ) = 0 ) ) ;
          wr4:  ( NOT ( 'presentation_organization_schema.presentation_view' IN  TYPEOF  ( SELF  \ representation_relationship . rep_2 ) ) ) XOR ( 'presentation_organization_schema.presentation_area' IN TYPEOF ( SELF \ representation_relationship . rep_1 ) ) ;
          wr5:  ( NOT ( 'presentation_organization_schema.' + 'product_data_representation_view' IN  ( TYPEOF  ( SELF  \ representation_relationship . rep_1 ) + TYPEOF  ( SELF  \ representation_relationship . rep_2 ) ) ) ) XOR ( 'presentation_organization_schema.presentation_view' IN  TYPEOF  ( SELF  \ representation_relationship . rep_1 ) ) AND ( 'presentation_organization_schema.product_data_representation_view' IN TYPEOF ( SELF \ representation_relationship . rep_2 ) ) ;
END_ENTITY; -- presentation_representation_relationship

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;
presentation_representation_relationship
          (RT) rep_1: presentation_representation;
          (RT) rep_2: presentation_representation;
          (RT) transformation_operator: graphical_transformation;

Users

representation_relationship
          attribute_language_assignment.items
                    attribute_language_item
                              attribute_language_item_236cc1
          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
                              attribute_language_item_236cc1
          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
                              upfrompm_ap233_analysed_item
                                        groupable_item
                                                  groupable_item_203e2
          applied_certification_assignment.items
                    certification_item
                              upfrompm_ap233_certification_item
                                        groupable_item
                                                  groupable_item_203e2
          applied_experience_type_assignment.items
                    experience_type_item
                              upfrompm_ap233_experience_type_item
                                        groupable_item
                                                  cc3dpa_groupable_item
          applied_group_assignment.items
                    groupable_item
                              groupable_item_203e2
          applied_person_type_assignment.items
                    person_type_item
                              upfrompm_ap233_person_type_item
                                        groupable_item
                                                  cc3dpa_groupable_item
          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
          same_time_machining_relationship.placement
                    transformation_select
          verification_evidence.items
                    verification_evidence_item
                              smpushup_ap233_verification_evidence_item
                                        groupable_item
                                                  groupable_item_203e2
presentation_representation_relationship

Global rules for this entity data type

          drawing_sheets_not_nested (DRAWING_DEFINITION_SCHEMA)
          symbol_representation_rule (PRESENTATION_ORGANIZATION_SCHEMA)

public interface EPresentation_representation_relationship extends ERepresentation_relationship_with_transformation


public class CPresentation_representation_relationship implements EPresentation_representation_relationship


public class APresentation_representation_relationship extends AEntity

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