Class MapFactoryImpl

All Implemented Interfaces:
Notifier, EFactory, EModelElement, EObject, EStructuralFeature.Internal.DynamicValueHolder, InternalEObject, BinaryResourceImpl.DataConverter.Factory, MapFactory

public class MapFactoryImpl extends EFactoryImpl implements MapFactory
An implementation of the model Factory.
Generated class or method.
  • Constructor Details

    • MapFactoryImpl

      public MapFactoryImpl()
      Creates an instance of the factory.
      Generated class or method.
  • Method Details

    • init

      public static MapFactory init()
      Creates the default factory implementation.
      Generated class or method.
    • create

      public EObject create(EClass eClass)
      Specified by:
      create in interface EFactory
      Overrides:
      create in class EFactoryImpl
      Generated class or method.
    • createMap

      public Map createMap()
      Specified by:
      createMap in interface MapFactory
      Returns:
      a new object of class 'Map'.
      Generated class or method.
    • createExponentialSmoothing

      public ExponentialSmoothing createExponentialSmoothing()
      Specified by:
      createExponentialSmoothing in interface MapFactory
      Returns:
      a new object of class 'Exponential Smoothing'.
      Generated class or method.
    • getMapPackage

      public MapPackage getMapPackage()
      Specified by:
      getMapPackage in interface MapFactory
      Returns:
      the package supported by this factory.
      Generated class or method.
    • getPackage

      @Deprecated public static MapPackage getPackage()
      Deprecated.
      Generated class or method.