Overview Schemas Index

EXPERIENCE_SCHEMA (jsdai.SExperience_schema)


ENTITY experience;
          id : identifier;
          name : label;
          description : OPTIONAL text;
END_ENTITY; -- experience

Entity data types and their attributes

experience
          id: identifier;
          name: label;
          (OPT) description: text;

Known subtypes

          characterized_experience (EXPERIENCE_MIM)
          experience_instance (EXPERIENCE_XIM)
          prjm_characterizable_experience (PROJECT_MANAGEMENT_MIM)

Users

experience
          applied_classification_assignment.items
                    classification_item
                              os_classification_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_document_reference.items
                    document_reference_item
                              os_document_reference_item
          applied_document_usage_constraint_assignment.items
                    document_reference_item
                              tsr_document_reference_item
          applied_identification_assignment.items
                    identification_item
                              tsr_identification_item
          applied_person_type_assignment.items
                    person_type_item
                              prjm_person_type_item
          experience_assignment.assigned_experience
          experience_relationship.related_experience
          experience_relationship.relating_experience
          issue_reference_mapping.items
                    issue_reference_item
                              prgm_issue_reference_item
          partial_document_assignment.items
                    document_reference_item
                              tsr_document_reference_item
          risk_source_assignment.items
                    risk_source_item
                              syse_risk_source_item

Global rules for this entity data type

          -

public interface EExperience extends EEntity

id (explicit attribute)

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

name (explicit attribute)

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

description (explicit attribute)

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

public class CExperience implements EExperience

          static EAttribute attributeId(EExperience type)
          static EAttribute attributeName(EExperience type)
          static EAttribute attributeDescription(EExperience type)

public class AExperience extends AEntity

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