Overview Schemas Index

TYPE_OF_PERSON_MIM (jsdai.SType_of_person_mim)


ENTITY applied_person_type_definition_assignment
          SUBTYPE OF (person_type_definition_assignment);
          items : SET [1:?] OF person_definition_item;
END_ENTITY; -- applied_person_type_definition_assignment

Entity data types and their attributes

person_type_definition_assignment
          id: identifier;
          name: label;
          (OPT) description: text;
          assigned_person_type_definition: person_type_definition;
          role: person_type_definition_role;
applied_person_type_definition_assignment
          items: SET [1:?] OF person_definition_item;

Users: by entity attributes

person_type_definition_assignment
applied_person_type_definition_assignment
          applied_action_assignment.items
                    action_items
                              ir_usage_item
                                        design_pdm_ir_usage_item
                                                  classification_item
                                                            person_type_definition_relationship_classification_item
          applied_classification_assignment.items
                    classification_item
                              person_type_definition_relationship_classification_item
          applied_group_assignment.items
                    groupable_item
                              collection_membership_groupable_item
                                        ss_collection_membership_groupable_item
                                                  pmri_collection_membership_groupable_item
          applied_usage_right.items
                    ir_usage_item
                              design_pdm_ir_usage_item
                                        classification_item
                                                  person_type_definition_relationship_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
                                                                                person_type_definition_relationship_classification_item
          frozen_assignment.items
                    change_management_object
                              ap242_change_management_object
                                        action_items
                                                  ss_action_items
                                                            pmri_action_items
          functional_terminal_group_assignment.items
                    groupable_item
                              collection_membership_groupable_item
                                        ss_collection_membership_groupable_item
                                                  pmri_collection_membership_groupable_item
          previous_change_element_assignment.items
                    change_management_object
                              ap242_change_management_object
                                        action_items
                                                  ss_action_items
                                                            pmri_action_items
          risk_identification_inputs.items
                    risk_perception_source_item
                              rm_risk_perception_source_item
                                        prgm_risk_perception_source_item
          risk_perception_source_assignment.items
                    risk_perception_source_item
                              rm_risk_perception_source_item
                                        prgm_risk_perception_source_item

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

applied_person_type_definition_assignment
          person_type_definition_relationship_classification_item
                    applied_classification_assignment.items
                    design_pdm_ir_usage_item
                    experience_item
          pmri_action_items
                    ap242_change_management_object
                    applied_action_assignment.items
                    applied_usage_right.items
                    risk_evaluation_criteria.items
          pmri_collection_membership_groupable_item
                    applied_group_assignment.items
                    syse_experience_type_item
                    syse_person_type_item
                    sysm_analysed_item
                    sysm_certification_item
          prgm_risk_perception_source_item
                    risk_action_items
                    risk_identification_inputs.items
                    risk_perception_source_assignment.items

Global rules for this entity data type

          -

public interface EApplied_person_type_definition_assignment extends EPerson_type_definition_assignment

items (explicit attribute)

          boolean testItems(EApplied_person_type_definition_assignment type)
          APerson_definition_item getItems(EApplied_person_type_definition_assignment type)
          APerson_definition_item createItems(EApplied_person_type_definition_assignment type)
          void unsetItems(EApplied_person_type_definition_assignment type)

public class CApplied_person_type_definition_assignment implements EApplied_person_type_definition_assignment

          static EAttribute attributeItems(EApplied_person_type_definition_assignment type)
          static int usedinItems(EApplied_person_type_definition_assignment type, EEntity instance, ASdaiModel domain, AApplied_person_type_definition_assignment result)

public class AApplied_person_type_definition_assignment extends AEntity

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