Interface StimuliFactory

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

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

    • createOperationResponseTime

      OperationResponseTime createOperationResponseTime()
      Returns a new object of class 'Operation Response Time'.
      Returns:
      a new object of class 'Operation Response Time'.
      Generated class or method.
    • createNumberOfElements

      NumberOfElements createNumberOfElements()
      Returns a new object of class 'Number Of Elements'.
      Returns:
      a new object of class 'Number Of Elements'.
      Generated class or method.
    • createCPUUtilization

      CPUUtilization createCPUUtilization()
      Returns a new object of class 'CPU Utilization'.
      Returns:
      a new object of class 'CPU Utilization'.
      Generated class or method.
    • createMemoryUtilization

      MemoryUtilization createMemoryUtilization()
      Returns a new object of class 'Memory Utilization'.
      Returns:
      a new object of class 'Memory Utilization'.
      Generated class or method.
    • createSimulationTime

      SimulationTime createSimulationTime()
      Returns a new object of class 'Simulation Time'.
      Returns:
      a new object of class 'Simulation Time'.
      Generated class or method.
    • createHDDUtilization

      HDDUtilization createHDDUtilization()
      Returns a new object of class 'HDD Utilization'.
      Returns:
      a new object of class 'HDD Utilization'.
      Generated class or method.
    • createTaskCount

      TaskCount createTaskCount()
      Returns a new object of class 'Task Count'.
      Returns:
      a new object of class 'Task Count'.
      Generated class or method.
    • createQueueLength

      QueueLength createQueueLength()
      Returns a new object of class 'Queue Length'.
      Returns:
      a new object of class 'Queue Length'.
      Generated class or method.
    • createNetworkUtilization

      NetworkUtilization createNetworkUtilization()
      Returns a new object of class 'Network Utilization'.
      Returns:
      a new object of class 'Network Utilization'.
      Generated class or method.
    • getStimuliPackage

      StimuliPackage getStimuliPackage()
      Returns the package supported by this factory.
      Returns:
      the package supported by this factory.
      Generated class or method.