Interface MapFactory

    • Field Detail

      • eINSTANCE

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

      • 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.