Interface SimucomstatusFactory

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

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

    • createSimuComStatus

      SimuComStatus createSimuComStatus()
      Returns a new object of class 'Simu Com Status'.
      Returns:
      a new object of class 'Simu Com Status'.
      Generated class or method.
    • createSimulatedProcesses

      SimulatedProcesses createSimulatedProcesses()
      Returns a new object of class 'Simulated Processes'.
      Returns:
      a new object of class 'Simulated Processes'.
      Generated class or method.
    • createProcess

      Process createProcess()
      Returns a new object of class 'Process'.
      Returns:
      a new object of class 'Process'.
      Generated class or method.
    • createSimulatedResources

      SimulatedResources createSimulatedResources()
      Returns a new object of class 'Simulated Resources'.
      Returns:
      a new object of class 'Simulated Resources'.
      Generated class or method.
    • createActiveResouce

      ActiveResouce createActiveResouce()
      Returns a new object of class 'Active Resouce'.
      Returns:
      a new object of class 'Active Resouce'.
      Generated class or method.
    • createWaitForDemand

      WaitForDemand createWaitForDemand()
      Returns a new object of class 'Wait For Demand'.
      Returns:
      a new object of class 'Wait For Demand'.
      Generated class or method.
    • createPassiveResource

      PassiveResource createPassiveResource()
      Returns a new object of class 'Passive Resource'.
      Returns:
      a new object of class 'Passive Resource'.
      Generated class or method.
    • createWaitForAcquire

      WaitForAcquire createWaitForAcquire()
      Returns a new object of class 'Wait For Acquire'.
      Returns:
      a new object of class 'Wait For Acquire'.
      Generated class or method.
    • createWaitForDelay

      WaitForDelay createWaitForDelay()
      Returns a new object of class 'Wait For Delay'.
      Returns:
      a new object of class 'Wait For Delay'.
      Generated class or method.
    • getSimucomstatusPackage

      SimucomstatusPackage getSimucomstatusPackage()
      Returns the package supported by this factory.
      Returns:
      the package supported by this factory.
      Generated class or method.