Interface SetFactory

    • Field Detail

      • eINSTANCE

        static final SetFactory eINSTANCE
        The singleton instance of the factory.
        Generated class or method.
    • Method Detail

      • createContextSetContainer

        ContextSetContainer createContextSetContainer()
        Returns a new object of class 'Context Set Container'.
        Returns:
        a new object of class 'Context Set Container'.
        Generated class or method.
      • createContextSet

        ContextSet createContextSet()
        Returns a new object of class 'Context Set'.
        Returns:
        a new object of class 'Context Set'.
        Generated class or method.
      • getSetPackage

        SetPackage getSetPackage()
        Returns the package supported by this factory.
        Returns:
        the package supported by this factory.
        Generated class or method.