Overview Schemas Index

EXPERIENCE_MIM (jsdai.SExperience_mim)


ENTITY applied_experience_type_assignment
          SUBTYPE OF (experience_type_assignment);
          items : SET [1:?] OF experience_type_item;
END_ENTITY; -- applied_experience_type_assignment

Entity data types and their attributes

experience_type_assignment
          id: identifier;
          name: label;
          (OPT) description: text;
          assigned_experience_type: experience_type;
          role: experience_type_role;
applied_experience_type_assignment
          items: SET [1:?] OF experience_type_item;

Users

experience_type_assignment
applied_experience_type_assignment

Global rules for this entity data type

          -

public interface EApplied_experience_type_assignment extends EExperience_type_assignment

items (explicit attribute)

          boolean testItems(EApplied_experience_type_assignment type)
          AExperience_type_item getItems(EApplied_experience_type_assignment type)
          AExperience_type_item createItems(EApplied_experience_type_assignment type)
          void unsetItems(EApplied_experience_type_assignment type)

public class CApplied_experience_type_assignment implements EApplied_experience_type_assignment

          static EAttribute attributeItems(EApplied_experience_type_assignment type)
          static int usedinItems(EApplied_experience_type_assignment type, EEntity instance, ASdaiModel domain, AApplied_experience_type_assignment result)

public class AApplied_experience_type_assignment extends AEntity

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