Overview Schemas Index

MATERIAL_PROPERTY_DEFINITION_SCHEMA (jsdai.SMaterial_property_definition_schema)


ENTITY property_definition_relationship;
          name : label;
          description : text;
          relating_property_definition : property_definition;
          related_property_definition : property_definition;
END_ENTITY; -- 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;

Known subtypes

          composite_signal_property_relationship (SIGNAL_MIM)
          connectivity_allocation (FUNCTIONAL_DECOMPOSITION_WITH_NODAL_REPRESENTATION_TO_PACKAGED_MAPPING_XIM)
          connectivity_allocation_to_physical_network (CONNECTIVITY_ALLOCATION_TO_PHYSICAL_NETWORK_XIM)
          derived_laminate_assignment (SEQUENTIAL_LAMINATE_ASSEMBLY_DESIGN_MIM)
          functional_unit_network_terminal_definition_bus_assignment (NETWORK_FUNCTIONAL_DESIGN_VIEW_XIM)
          functional_unit_network_terminal_definition_node_assignment (NETWORK_FUNCTIONAL_DESIGN_VIEW_XIM)
          functional_unit_terminal_bus_assignment (NETWORK_FUNCTIONAL_DESIGN_VIEW_XIM)
          functional_unit_terminal_node_assignment (NETWORK_FUNCTIONAL_DESIGN_VIEW_XIM)
          property_change__property_definition_relationship (IDA_STEP_SCHEMA_XIM)
          stratum_feature_based_derived_pattern (LAYERED_INTERCONNECT_MODULE_DESIGN_MIM)
          stratum_technology_mapping_relationship (FABRICATION_TECHNOLOGY_MIM)
          stratum_technology_occurrence_relationship (FABRICATION_TECHNOLOGY_MIM)
          stratum_technology_swap_relationship (FABRICATION_TECHNOLOGY_MIM)

Known subtype constraints

          ft_property_definition_relationship_subtypes (FABRICATION_TECHNOLOGY_MIM)

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

Global rules for this entity data type

          restrict_multi_language_for_property_definition_relationship (AUTOMOTIVE_DESIGN)

public interface EProperty_definition_relationship extends EEntity

name (explicit attribute)

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

description (explicit attribute)

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

relating_property_definition (explicit attribute)

          boolean testRelating_property_definition(EProperty_definition_relationship type)
          EProperty_definition getRelating_property_definition(EProperty_definition_relationship type)
          void setRelating_property_definition(EProperty_definition_relationship type, EProperty_definition value)
          void unsetRelating_property_definition(EProperty_definition_relationship type)

related_property_definition (explicit attribute)

          boolean testRelated_property_definition(EProperty_definition_relationship type)
          EProperty_definition getRelated_property_definition(EProperty_definition_relationship type)
          void setRelated_property_definition(EProperty_definition_relationship type, EProperty_definition value)
          void unsetRelated_property_definition(EProperty_definition_relationship type)

public class CProperty_definition_relationship implements EProperty_definition_relationship

          static EAttribute attributeName(EProperty_definition_relationship type)
          static EAttribute attributeDescription(EProperty_definition_relationship type)
          static EAttribute attributeRelating_property_definition(EProperty_definition_relationship type)
          static int usedinRelating_property_definition(EProperty_definition_relationship type, EProperty_definition instance, ASdaiModel domain, AProperty_definition_relationship result)
          static EAttribute attributeRelated_property_definition(EProperty_definition_relationship type)
          static int usedinRelated_property_definition(EProperty_definition_relationship type, EProperty_definition instance, ASdaiModel domain, AProperty_definition_relationship result)

public class AProperty_definition_relationship extends AEntity

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