Overview Schemas Index

PROCEDURAL_MODEL_SCHEMA (jsdai.SProcedural_model_schema)


ENTITY explicit_procedural_representation_relationship
          SUBTYPE OF (representation_relationship);
          SELF\representation_relationship.rep_1 : procedural_representation;
WHERE
          wr1:  ( NOT  ( 'procedural_model_schema.procedural_representation' IN  TYPEOF  ( SELF  \ representation_relationship . rep_2 ) ) ) AND ( NOT ( 'variational_representation_schema.variational_representation' IN TYPEOF ( SELF \ representation_relationship . rep_2 ) ) ) ;
          wr2:  SELF  \ representation_relationship . rep_1 . context_of_items :=: SELF \ representation_relationship . rep_2 . context_of_items ;
END_ENTITY; -- explicit_procedural_representation_relationship

Entity data types and their attributes

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

Known subtypes

          explicit_procedural_shape_representation_relationship (PROCEDURAL_SHAPE_MODEL_SCHEMA)

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
explicit_procedural_representation_relationship

Global rules for this entity data type

          -

public interface EExplicit_procedural_representation_relationship extends ERepresentation_relationship


public class CExplicit_procedural_representation_relationship implements EExplicit_procedural_representation_relationship


public class AExplicit_procedural_representation_relationship extends AEntity

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