Overview Schemas Index

EXPERIENCE_SCHEMA (jsdai.SExperience_schema)


ENTITY experience_type_relationship;
          id : identifier;
          name : label;
          description : OPTIONAL text;
          relating_experience_type : experience_type;
          related_experience_type : experience_type;
END_ENTITY; -- experience_type_relationship

Entity data types and their attributes

experience_type_relationship
          id: identifier;
          name: label;
          (OPT) description: text;
          relating_experience_type: experience_type;
          related_experience_type: experience_type;

Users: by entity attributes

experience_type_relationship
          applied_action_assignment.items
                    action_items
                              ss_action_items
                                        pmri_action_items
          applied_group_assignment.items
                    groupable_item
                              collection_membership_groupable_item
                                        ss_collection_membership_groupable_item
                                                  pmri_collection_membership_groupable_item
          current_change_element_assignment.items
                    change_management_object
                              ap242_change_management_object
                                        action_items
                                                  ss_action_items
                                                            pmri_action_items
          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

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

experience_type_relationship
          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

Global rules for this entity data type

          -

public interface EExperience_type_relationship extends EEntity

id (explicit attribute)

          boolean testId(EExperience_type_relationship type)
          String getId(EExperience_type_relationship type)
          void setId(EExperience_type_relationship type, String value)
          void unsetId(EExperience_type_relationship type)

name (explicit attribute)

          boolean testName(EExperience_type_relationship type)
          String getName(EExperience_type_relationship type)
          void setName(EExperience_type_relationship type, String value)
          void unsetName(EExperience_type_relationship type)

description (explicit attribute)

          boolean testDescription(EExperience_type_relationship type)
          String getDescription(EExperience_type_relationship type)
          void setDescription(EExperience_type_relationship type, String value)
          void unsetDescription(EExperience_type_relationship type)

relating_experience_type (explicit attribute)

          boolean testRelating_experience_type(EExperience_type_relationship type)
          EExperience_type getRelating_experience_type(EExperience_type_relationship type)
          void setRelating_experience_type(EExperience_type_relationship type, EExperience_type value)
          void unsetRelating_experience_type(EExperience_type_relationship type)

related_experience_type (explicit attribute)

          boolean testRelated_experience_type(EExperience_type_relationship type)
          EExperience_type getRelated_experience_type(EExperience_type_relationship type)
          void setRelated_experience_type(EExperience_type_relationship type, EExperience_type value)
          void unsetRelated_experience_type(EExperience_type_relationship type)

public class CExperience_type_relationship implements EExperience_type_relationship

          static EAttribute attributeId(EExperience_type_relationship type)
          static EAttribute attributeName(EExperience_type_relationship type)
          static EAttribute attributeDescription(EExperience_type_relationship type)
          static EAttribute attributeRelating_experience_type(EExperience_type_relationship type)
          static int usedinRelating_experience_type(EExperience_type_relationship type, EExperience_type instance, ASdaiModel domain, AExperience_type_relationship result)
          static EAttribute attributeRelated_experience_type(EExperience_type_relationship type)
          static int usedinRelated_experience_type(EExperience_type_relationship type, EExperience_type instance, ASdaiModel domain, AExperience_type_relationship result)

public class AExperience_type_relationship extends AEntity

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