Interface ClassifiersFactory

All Superinterfaces:
EFactory, EModelElement, EObject, Notifier
All Known Implementing Classes:
ClassifiersFactoryImpl

public interface ClassifiersFactory extends EFactory
The Factory for the model. It provides a create method for each non-abstract class of the model.
See Also:
Generated class or method.
  • Field Details

    • eINSTANCE

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

    • createClass

      Class createClass()
      Returns a new object of class 'Class'.
      Returns:
      a new object of class 'Class'.
      Generated class or method.
    • createInterface

      Interface createInterface()
      Returns a new object of class 'Interface'.
      Returns:
      a new object of class 'Interface'.
      Generated class or method.
    • createEnumeration

      Enumeration createEnumeration()
      Returns a new object of class 'Enumeration'.
      Returns:
      a new object of class 'Enumeration'.
      Generated class or method.
    • createAnnotation

      Annotation createAnnotation()
      Returns a new object of class 'Annotation'.
      Returns:
      a new object of class 'Annotation'.
      Generated class or method.
    • createAnonymousClass

      AnonymousClass createAnonymousClass()
      Returns a new object of class 'Anonymous Class'.
      Returns:
      a new object of class 'Anonymous Class'.
      Generated class or method.
    • getClassifiersPackage

      ClassifiersPackage getClassifiersPackage()
      Returns the package supported by this factory.
      Returns:
      the package supported by this factory.
      Generated class or method.