Overview Schemas Index

ANALYTICAL_MODEL_MIM (jsdai.SAnalytical_model_mim)


ENTITY analytical_model_port_assignment
          SUBTYPE OF (property_definition_representation, representation_relationship);
          SELF\property_definition_representation.used_representation : analytical_model_port;
          SELF\representation_relationship.rep_1 : analytical_representation;
DERIVE
          SELF\representation_relationship.rep_2 : analytical_model_port := SELF\property_definition_representation.used_representation;
END_ENTITY; -- analytical_model_port_assignment

Entity data types and their attributes

property_definition_representation
          definition: represented_definition;
          used_representation: representation;
          (DER) description: text;
          (DER) name: label;
representation_relationship
          name: label;
          (OPT) description: text;
          rep_1: representation;
          rep_2: representation;
analytical_model_port_assignment
          (RT) used_representation: analytical_model_port;
          (RT) rep_1: analytical_representation;
          (RT) (DER) rep_2: analytical_model_port;

Known subtypes

          analytical_model_port_assignment_armx (ANALYTICAL_MODEL_XIM)

Users

property_definition_representation
          analysis_item.items
                    analysed_item
                              sysm_analysed_item
                                        groupable_item
                                                  design_pdm_groupable_item
          applied_action_assignment.items
                    action_items
                              syse_action_items
          applied_action_method_assignment.items
                    action_method_items
                              condition_action_method_items
                                        ap239_padi_condition_action_method_items
          applied_attribute_classification_assignment.items
                    attribute_classification_item
                              ap239_props_attribute_classification_item
          applied_certification_assignment.items
                    certification_item
                              sysm_certification_item
                                        groupable_item
                                                  design_pdm_groupable_item
          applied_classification_assignment.items
                    classification_item
                              requirement_classification_item
          applied_contract_assignment.items
                    contract_item
                              pmri_contract_item
                                        person_and_organization_item
                                                  prjm_person_and_organization_item
          applied_date_and_time_assignment.items
                    date_and_time_item
                              prjm_date_and_time_item
          applied_date_assignment.items
                    date_item
                              prjm_date_item
          applied_description_text_assignment.items
                    description_item
                              sbb_description_item
          applied_document_reference.items
                    document_reference_item
                              ap239_props_document_reference_item
          applied_document_usage_constraint_assignment.items
                    document_reference_item
                              syss_documented_element_select
          applied_effectivity_assignment.items
                    effectivity_item
                              syss_effectivity_item
          applied_experience_type_assignment.items
                    experience_type_item
                              syse_experience_type_item
                                        groupable_item
                                                  tra_groupable_item
          applied_group_assignment.items
                    groupable_item
                              tra_groupable_item
          applied_ineffectivity_assignment.items
                    effectivity_item
                              syss_effectivity_item
          applied_organization_assignment.items
                    organization_item
                              ap239_props_organization_item
          applied_person_and_organization_assignment.items
                    person_and_organization_item
                              syss_person_and_organization_item
          applied_person_type_assignment.items
                    person_type_item
                              syse_person_type_item
                                        groupable_item
                                                  design_pdm_groupable_item
          applied_usage_right.items
                    ir_usage_item
                              design_pdm_ir_usage_item
                                        pdm_classification_item
          data_environment.elements
          description_attribute.described_item
                    description_attribute_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
                              tra_groupable_item
          issue_reference_mapping.items
                    issue_reference_item
                              prgm_issue_reference_item
          justification_item_group_assignment.items
                    justification_item
                              ds_justification_item
          name_attribute.named_item
                    name_attribute_select
          partial_document_assignment.items
                    document_reference_item
                              syss_documented_element_select
          person_in_organization_relationship.items
                    person_and_organization_item
                              syss_person_and_organization_item
          placed_datum_target_feature.representation_associations
          verification_evidence.items
                    verification_evidence_item
                              sysm_verification_evidence_item
                                        groupable_item
                                                  tra_groupable_item
representation_relationship
          applied_classification_assignment.items
                    classification_item
                              prjm_classification_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
          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
                              automotive_design_attribute_language_item
          language_indication.items
                    attribute_language_item
                              attribute_language_item_236cc1
          multi_language_attribute_assignment.items
                    multi_language_attribute_item
                              multi_language_attribute_item_236cc1
analytical_model_port_assignment
          design_object_management_assignment.items
                    managed_design_object
                              ap210_managed_design_object
          frozen_assignment.items
                    managed_design_object
                              ap210_managed_design_object

Global rules for this entity data type

          -

public interface EAnalytical_model_port_assignment extends EProperty_definition_representation, ERepresentation_relationship


public class CAnalytical_model_port_assignment implements EAnalytical_model_port_assignment

          static EAttribute attributeRep_2(EAnalytical_model_port_assignment type)
          static int usedinRep_2(EAnalytical_model_port_assignment type, EAnalytical_model_port instance, ASdaiModel domain, AAnalytical_model_port_assignment result)

public class AAnalytical_model_port_assignment extends AEntity

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