Overview Schemas Index

IDA_STEP_SCHEMA_XIM (jsdai.SIda_step_schema_xim)


ENTITY property_change__property_definition_relationship
          SUBTYPE OF (property_definition_relationship);
          is_describing : change__product_definition_relationship;
          added_property : SET [0:?] OF property_value_representation;
          deleted_property : SET [0:?] OF property_value_representation;
          description_x : string_select;
          id : OPTIONAL undefined_object;
DERIVE
          SELF\property_definition_relationship.description : text := ?;
END_ENTITY; -- property_change__property_definition_relationship

Entity data types and their attributes

property_definition_relationship
          name: label;
          description: text;
          relating_property_definition: property_definition;
          related_property_definition: property_definition;
property_change__property_definition_relationship
          is_describing: change__product_definition_relationship;
          added_property: SET [0:?] OF property_value_representation;
          deleted_property: SET [0:?] OF property_value_representation;
          description_x: string_select;
          (OPT) id: undefined_object;
          (RT) (DER) description: text;

Users

property_definition_relationship
          analytical_model_port_assignment_armx.definition
                    represented_definition
          applied_approval_assignment.items
                    approval_item
                              ap239_props_approval_item
          applied_attribute_classification_assignment.items
                    attribute_classification_item
                              ap239_props_attribute_classification_item
          applied_classification_assignment.items
                    classification_item
                              ap239_props_classification_item
          applied_contract_assignment.items
                    contract_item
                              pmri_contract_item
                                        person_and_organization_item
                                                  ap239_props_person_and_organization_item
          applied_date_and_time_assignment.items
                    date_and_time_item
                              ap239_props_date_and_time_item
          applied_date_assignment.items
                    date_item
                              ap239_props_date_item
          applied_identification_assignment.items
                    identification_item
                              automotive_design_identification_item
          applied_organization_assignment.items
                    organization_item
                              ap239_props_organization_item
          applied_person_and_organization_assignment.items
                    person_and_organization_item
                              ap239_props_person_and_organization_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
          default_setting_association.definition
                    represented_definition
          design_object_management_assignment.items
                    managed_design_object
                              ap210_managed_design_object
          frozen_assignment.items
                    managed_design_object
                              ap210_managed_design_object
          item_identified_representation_usage.definition
                    represented_definition
          language_indication.considered_instance
                    attribute_language_item
                              ap239_props_attribute_language_item
          language_indication.items
                    attribute_language_item
                              ap239_props_attribute_language_item
          located_interconnect_module_thickness_requirement.definition
                    represented_definition
          multi_language_attribute_assignment.items
                    multi_language_attribute_item
                              automotive_design_multi_language_attribute_item
          person_in_organization_relationship.items
                    person_and_organization_item
                              ap239_props_person_and_organization_item
          property_definition_representation.definition
                    represented_definition
property_change__property_definition_relationship

Global rules for this entity data type

          -

public interface EProperty_change__property_definition_relationship extends EProperty_definition_relationship

is_describing (explicit attribute)

          boolean testIs_describing(EProperty_change__property_definition_relationship type)
          EChange__product_definition_relationship getIs_describing(EProperty_change__property_definition_relationship type)
          void setIs_describing(EProperty_change__property_definition_relationship type, EChange__product_definition_relationship value)
          void unsetIs_describing(EProperty_change__property_definition_relationship type)

added_property (explicit attribute)

          boolean testAdded_property(EProperty_change__property_definition_relationship type)
          AProperty_value_representation getAdded_property(EProperty_change__property_definition_relationship type)
          AProperty_value_representation createAdded_property(EProperty_change__property_definition_relationship type)
          void unsetAdded_property(EProperty_change__property_definition_relationship type)

deleted_property (explicit attribute)

          boolean testDeleted_property(EProperty_change__property_definition_relationship type)
          AProperty_value_representation getDeleted_property(EProperty_change__property_definition_relationship type)
          AProperty_value_representation createDeleted_property(EProperty_change__property_definition_relationship type)
          void unsetDeleted_property(EProperty_change__property_definition_relationship type)

description_x (explicit attribute)

          int testDescription_x(EProperty_change__property_definition_relationship type)
          case 1
              EEntity getDescription_x(EProperty_change__property_definition_relationship type)
              void setDescription_x(EProperty_change__property_definition_relationship type, EEntity value, EEntity node1)
          case sDescription_xDefault_language_string:
              String getDescription_x(EProperty_change__property_definition_relationship type, EDefault_language_string node1)
              void setDescription_x(EProperty_change__property_definition_relationship type, String value, EDefault_language_string node1)
          void unsetDescription_x(EProperty_change__property_definition_relationship type)

id (explicit attribute)

          boolean testId(EProperty_change__property_definition_relationship type)
          String getId(EProperty_change__property_definition_relationship type)
          void setId(EProperty_change__property_definition_relationship type, String value)
          void unsetId(EProperty_change__property_definition_relationship type)

public class CProperty_change__property_definition_relationship implements EProperty_change__property_definition_relationship

          static EAttribute attributeIs_describing(EProperty_change__property_definition_relationship type)
          static int usedinIs_describing(EProperty_change__property_definition_relationship type, EChange__product_definition_relationship instance, ASdaiModel domain, AProperty_change__property_definition_relationship result)
          static EAttribute attributeAdded_property(EProperty_change__property_definition_relationship type)
          static int usedinAdded_property(EProperty_change__property_definition_relationship type, EProperty_value_representation instance, ASdaiModel domain, AProperty_change__property_definition_relationship result)
          static EAttribute attributeDeleted_property(EProperty_change__property_definition_relationship type)
          static int usedinDeleted_property(EProperty_change__property_definition_relationship type, EProperty_value_representation instance, ASdaiModel domain, AProperty_change__property_definition_relationship result)
          static EAttribute attributeDescription_x(EProperty_change__property_definition_relationship type)
          static int usedinDescription_x(EProperty_change__property_definition_relationship type, EEntity instance, ASdaiModel domain, AProperty_change__property_definition_relationship result)
          static EAttribute attributeId(EProperty_change__property_definition_relationship type)
          static EAttribute attributeDescription(EProperty_change__property_definition_relationship type)

public class AProperty_change__property_definition_relationship extends AEntity

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