Overview Schemas Index

SET_THEORY_SCHEMA (jsdai.SSet_theory_schema)


ENTITY same_membership;
          id : identifier;
          name : label;
          description : OPTIONAL text;
          set_1 : class;
          set_2 : class;
END_ENTITY; -- same_membership

Entity data types and their attributes

same_membership
          id: identifier;
          name: label;
          (OPT) description: text;
          set_1: class;
          set_2: class;

Users

same_membership

Global rules for this entity data type

          -

public interface ESame_membership extends EEntity

id (explicit attribute)

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

name (explicit attribute)

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

description (explicit attribute)

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

set_1 (explicit attribute)

          boolean testSet_1(ESame_membership type)
          EClass getSet_1(ESame_membership type)
          void setSet_1(ESame_membership type, EClass value)
          void unsetSet_1(ESame_membership type)

set_2 (explicit attribute)

          boolean testSet_2(ESame_membership type)
          EClass getSet_2(ESame_membership type)
          void setSet_2(ESame_membership type, EClass value)
          void unsetSet_2(ESame_membership type)

public class CSame_membership implements ESame_membership

          static EAttribute attributeId(ESame_membership type)
          static EAttribute attributeName(ESame_membership type)
          static EAttribute attributeDescription(ESame_membership type)
          static EAttribute attributeSet_1(ESame_membership type)
          static int usedinSet_1(ESame_membership type, EClass instance, ASdaiModel domain, ASame_membership result)
          static EAttribute attributeSet_2(ESame_membership type)
          static int usedinSet_2(ESame_membership type, EClass instance, ASdaiModel domain, ASame_membership result)

public class ASame_membership extends AEntity

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