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

identification_assignment
          applied_action_assignment.items
                    action_items
                              ir_usage_item
                                        design_pdm_ir_usage_item
                                                  pdm_classification_item
          applied_classification_assignment.items
                    classification_item
                              pdm_classification_item
          applied_external_identification_assignment.items
                    external_identification_item
                              external_identification_item_ia
          applied_usage_right.items
                    ir_usage_item
                              design_pdm_ir_usage_item
                                        pdm_classification_item
          external_source_identification.item
                    external_identification_item
                              external_identification_item_ia
          external_source_identification.items
                    external_identification_item
                              external_identification_item_ia
          identification_assignment_relationship.related_identification_assignment
          identification_assignment_relationship.relating_identification_assignment

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)