Overview Schemas Index

FUNCTIONAL_DECOMPOSITION_WITH_NODAL_REPRESENTATION_TO_PACKAGED_MAPPING_XIM (jsdai.SFunctional_decomposition_with_nodal_representation_to_packaged_mapping_xim)


ENTITY connectivity_allocation
          SUBTYPE OF (property_definition_relationship);
          implementation : physical_connectivity_definition_armx;
          connectivity_requirement : aggregate_connectivity_requirement_armx;
DERIVE
          SELF\property_definition_relationship.related_property_definition : property_definition := ?;
          SELF\property_definition_relationship.relating_property_definition : property_definition := ?;
          SELF\property_definition_relationship.description : text := ?;
          SELF\property_definition_relationship.name : label := ?;
UNIQUE
          ur1 : implementation;
END_ENTITY; -- connectivity_allocation

Entity data types and their attributes

property_definition_relationship
          name: label;
          description: text;
          relating_property_definition: property_definition;
          related_property_definition: property_definition;
connectivity_allocation
          implementation: physical_connectivity_definition_armx;
          connectivity_requirement: aggregate_connectivity_requirement_armx;
          (RT) (DER) related_property_definition: property_definition;
          (RT) (DER) relating_property_definition: property_definition;
          (RT) (DER) description: text;
          (RT) (DER) name: label;

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
connectivity_allocation
          add_design_object_management_relationship.current_design_object
                    managed_design_object_armx
                              ap210_managed_design_object_armx
          change_design_object_management_relationship.current_design_object
                    managed_design_object_armx
                              ap210_managed_design_object_armx
          change_design_object_management_relationship.previous_design_object
                    managed_design_object_armx
                              ap210_managed_design_object_armx
          delete_design_object_management_relationship.previous_design_object
                    managed_design_object_armx
                              ap210_managed_design_object_armx
          frozen_assignment_armx.frozen_item
                    managed_design_object_armx
                              ap210_managed_design_object_armx

Global rules for this entity data type

          -

public interface EConnectivity_allocation extends EProperty_definition_relationship

implementation (explicit attribute)

          boolean testImplementation(EConnectivity_allocation type)
          EPhysical_connectivity_definition_armx getImplementation(EConnectivity_allocation type)
          void setImplementation(EConnectivity_allocation type, EPhysical_connectivity_definition_armx value)
          void unsetImplementation(EConnectivity_allocation type)

connectivity_requirement (explicit attribute)

          boolean testConnectivity_requirement(EConnectivity_allocation type)
          EAggregate_connectivity_requirement_armx getConnectivity_requirement(EConnectivity_allocation type)
          void setConnectivity_requirement(EConnectivity_allocation type, EAggregate_connectivity_requirement_armx value)
          void unsetConnectivity_requirement(EConnectivity_allocation type)

public class CConnectivity_allocation implements EConnectivity_allocation

          static EAttribute attributeImplementation(EConnectivity_allocation type)
          static int usedinImplementation(EConnectivity_allocation type, EPhysical_connectivity_definition_armx instance, ASdaiModel domain, AConnectivity_allocation result)
          static EAttribute attributeConnectivity_requirement(EConnectivity_allocation type)
          static int usedinConnectivity_requirement(EConnectivity_allocation type, EAggregate_connectivity_requirement_armx instance, ASdaiModel domain, AConnectivity_allocation result)
          static EAttribute attributeRelated_property_definition(EConnectivity_allocation type)
          static int usedinRelated_property_definition(EConnectivity_allocation type, EProperty_definition instance, ASdaiModel domain, AConnectivity_allocation result)
          static EAttribute attributeRelating_property_definition(EConnectivity_allocation type)
          static int usedinRelating_property_definition(EConnectivity_allocation type, EProperty_definition instance, ASdaiModel domain, AConnectivity_allocation result)
          static EAttribute attributeDescription(EConnectivity_allocation type)
          static EAttribute attributeName(EConnectivity_allocation type)

public class AConnectivity_allocation extends AEntity

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