Overview Schemas Index

EXPERIENCE_SCHEMA (jsdai.SExperience_schema)


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

Entity data types and their attributes

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

Users

experience_relationship

Global rules for this entity data type

          -

public interface EExperience_relationship extends EEntity

id (explicit attribute)

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

name (explicit attribute)

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

description (explicit attribute)

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

relating_experience (explicit attribute)

          boolean testRelating_experience(EExperience_relationship type)
          EExperience getRelating_experience(EExperience_relationship type)
          void setRelating_experience(EExperience_relationship type, EExperience value)
          void unsetRelating_experience(EExperience_relationship type)

related_experience (explicit attribute)

          boolean testRelated_experience(EExperience_relationship type)
          EExperience getRelated_experience(EExperience_relationship type)
          void setRelated_experience(EExperience_relationship type, EExperience value)
          void unsetRelated_experience(EExperience_relationship type)

public class CExperience_relationship implements EExperience_relationship

          static EAttribute attributeId(EExperience_relationship type)
          static EAttribute attributeName(EExperience_relationship type)
          static EAttribute attributeDescription(EExperience_relationship type)
          static EAttribute attributeRelating_experience(EExperience_relationship type)
          static int usedinRelating_experience(EExperience_relationship type, EExperience instance, ASdaiModel domain, AExperience_relationship result)
          static EAttribute attributeRelated_experience(EExperience_relationship type)
          static int usedinRelated_experience(EExperience_relationship type, EExperience instance, ASdaiModel domain, AExperience_relationship result)

public class AExperience_relationship extends AEntity

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