Interface SetPackage

  • All Superinterfaces:
    EModelElement, ENamedElement, EObject, EPackage, Notifier
    All Known Implementing Classes:
    SetPackageImpl

    public interface SetPackage
    extends EPackage
    The Package for the model. It contains accessors for the meta objects to represent
    • each class,
    • each feature of each class,
    • each enum,
    • and each data type
    See Also:
    SetFactory
    Generated class or method.
    EMF model class or method.
    kind="package"
    • Field Detail

      • eINSTANCE

        static final SetPackage eINSTANCE
        The singleton instance of the package.
        Generated class or method.
      • CONTEXT_SET_CONTAINER__ID

        static final int CONTEXT_SET_CONTAINER__ID
        The feature id for the 'Id' attribute.
        See Also:
        Constant Field Values
        Generated class or method.
        Ordered collection.
      • CONTEXT_SET_CONTAINER__ENTITY_NAME

        static final int CONTEXT_SET_CONTAINER__ENTITY_NAME
        The feature id for the 'Entity Name' attribute.
        See Also:
        Constant Field Values
        Generated class or method.
        Ordered collection.
      • CONTEXT_SET_CONTAINER__POLICIES

        static final int CONTEXT_SET_CONTAINER__POLICIES
        The feature id for the 'Policies' containment reference list.
        See Also:
        Constant Field Values
        Generated class or method.
        Ordered collection.
      • CONTEXT_SET_CONTAINER_FEATURE_COUNT

        static final int CONTEXT_SET_CONTAINER_FEATURE_COUNT
        The number of structural features of the 'Context Set Container' class.
        See Also:
        Constant Field Values
        Generated class or method.
        Ordered collection.
      • CONTEXT_SET__ID

        static final int CONTEXT_SET__ID
        The feature id for the 'Id' attribute.
        See Also:
        Constant Field Values
        Generated class or method.
        Ordered collection.
      • CONTEXT_SET__ENTITY_NAME

        static final int CONTEXT_SET__ENTITY_NAME
        The feature id for the 'Entity Name' attribute.
        See Also:
        Constant Field Values
        Generated class or method.
        Ordered collection.
      • CONTEXT_SET__CONTEXTS

        static final int CONTEXT_SET__CONTEXTS
        The feature id for the 'Contexts' reference list.
        See Also:
        Constant Field Values
        Generated class or method.
        Ordered collection.
      • CONTEXT_SET_FEATURE_COUNT

        static final int CONTEXT_SET_FEATURE_COUNT
        The number of structural features of the 'Context Set' class.
        See Also:
        Constant Field Values
        Generated class or method.
        Ordered collection.
    • Method Detail

      • getContextSetContainer

        EClass getContextSetContainer()
        Returns the meta object for class 'Context Set Container'.
        Returns:
        the meta object for class 'Context Set Container'.
        See Also:
        ContextSetContainer
        Generated class or method.
      • getContextSet

        EClass getContextSet()
        Returns the meta object for class 'Context Set'.
        Returns:
        the meta object for class 'Context Set'.
        See Also:
        ContextSet
        Generated class or method.
      • getSetFactory

        SetFactory getSetFactory()
        Returns the factory that creates the instances of the model.
        Returns:
        the factory that creates the instances of the model.
        Generated class or method.