Class SpdFactoryImpl

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

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

    • SpdFactoryImpl

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

    • init

      public static SpdFactory 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.
    • createScalingPolicy

      public ScalingPolicy createScalingPolicy()
      Specified by:
      createScalingPolicy in interface SpdFactory
      Returns:
      a new object of class 'Scaling Policy'.
      Generated class or method.
    • createSPD

      public SPD createSPD()
      Specified by:
      createSPD in interface SpdFactory
      Returns:
      a new object of class 'SPD'.
      Generated class or method.
    • getSpdPackage

      public SpdPackage getSpdPackage()
      Specified by:
      getSpdPackage in interface SpdFactory
      Returns:
      the package supported by this factory.
      Generated class or method.
    • getPackage

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