Interface MapFactory

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

public interface MapFactory 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 MapFactory eINSTANCE
      The singleton instance of the factory.
      Generated class or method.
  • Method Details

    • createMap

      Map createMap()
      Returns a new object of class 'Map'.
      Returns:
      a new object of class 'Map'.
      Generated class or method.
    • createExponentialSmoothing

      ExponentialSmoothing createExponentialSmoothing()
      Returns a new object of class 'Exponential Smoothing'.
      Returns:
      a new object of class 'Exponential Smoothing'.
      Generated class or method.
    • getMapPackage

      MapPackage getMapPackage()
      Returns the package supported by this factory.
      Returns:
      the package supported by this factory.
      Generated class or method.