Overview Schemas Index

MANAGEMENT_RESOURCES_SCHEMA (jsdai.SManagement_resources_schema)


ENTITY identification_assignment;
          ABSTRACT SUPERTYPE;
          assigned_id : identifier;
          role : identification_role;
END_ENTITY; -- identification_assignment

Entity data types and their attributes

identification_assignment
          assigned_id: identifier;
          role: identification_role;

Known subtypes

          applied_identification_assignment (IDENTIFICATION_ASSIGNMENT_MIM)
          external_identification_assignment (MANAGEMENT_RESOURCES_SCHEMA)
          item_designation_assignment (IDA_STEP_AIM_SCHEMA)

Users: by entity attributes

identification_assignment
          applied_action_assignment.items
                    action_items
                              ir_usage_item
                                        design_pdm_ir_usage_item
                                                  classification_item
                                                            pdm_classification_item
          applied_classification_assignment.items
                    classification_item
                              pdm_classification_item
          applied_usage_right.items
                    ir_usage_item
                              design_pdm_ir_usage_item
                                        classification_item
                                                  pdm_classification_item
          current_change_element_assignment.items
                    change_management_object
                              ap242_change_management_object
                                        action_items
                                                  ir_usage_item
                                                            design_pdm_ir_usage_item
                                                                      classification_item
                                                                                pdm_classification_item
          frozen_assignment.items
                    change_management_object
                              ap242_change_management_object
                                        action_items
                                                  ir_usage_item
                                                            design_pdm_ir_usage_item
                                                                      classification_item
                                                                                pdm_classification_item
          identification_assignment_relationship.related_identification_assignment
          identification_assignment_relationship.relating_identification_assignment
          previous_change_element_assignment.items
                    change_management_object
                              ap242_change_management_object
                                        action_items
                                                  ir_usage_item
                                                            design_pdm_ir_usage_item
                                                                      classification_item
                                                                                pdm_classification_item

Users: by defined types, not used by any entity attribute

identification_assignment
          pdm_classification_item
                    applied_classification_assignment.items
                    design_pdm_ir_usage_item
                    experience_item

Global rules for this entity data type

          subtype_exclusiveness_identification_assignment (AUTOMOTIVE_DESIGN)
          subtype_exclusiveness_identification_assignment (CATALOG_DATA_INFORMATION_MIM)

public interface EIdentification_assignment extends EEntity

assigned_id (explicit attribute)

          boolean testAssigned_id(EIdentification_assignment type)
          String getAssigned_id(EIdentification_assignment type)
          void setAssigned_id(EIdentification_assignment type, String value)
          void unsetAssigned_id(EIdentification_assignment type)

role (explicit attribute)

          boolean testRole(EIdentification_assignment type)
          EIdentification_role getRole(EIdentification_assignment type)
          void setRole(EIdentification_assignment type, EIdentification_role value)
          void unsetRole(EIdentification_assignment type)

public class CIdentification_assignment implements EIdentification_assignment

          static EAttribute attributeAssigned_id(EIdentification_assignment type)
          static EAttribute attributeRole(EIdentification_assignment type)
          static int usedinRole(EIdentification_assignment type, EIdentification_role instance, ASdaiModel domain, AIdentification_assignment result)

public class AIdentification_assignment extends AEntity

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