Interface SeffPerformanceFactory

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

public interface SeffPerformanceFactory 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

  • Method Details

    • createInfrastructureCall

      InfrastructureCall createInfrastructureCall()
      Returns a new object of class 'Infrastructure Call'.
      Returns:
      a new object of class 'Infrastructure Call'.
      Generated class or method.
    • createResourceCall

      ResourceCall createResourceCall()
      Returns a new object of class 'Resource Call'.
      Returns:
      a new object of class 'Resource Call'.
      Generated class or method.
    • createParametricResourceDemand

      ParametricResourceDemand createParametricResourceDemand()
      Returns a new object of class 'Parametric Resource Demand'.
      Returns:
      a new object of class 'Parametric Resource Demand'.
      Generated class or method.
    • getSeffPerformancePackage

      SeffPerformancePackage getSeffPerformancePackage()
      Returns the package supported by this factory.
      Returns:
      the package supported by this factory.
      Generated class or method.