Class WaitTaskQueueFactory

All Implemented Interfaces:
Cloneable

public class WaitTaskQueueFactory extends AbstrWaitTaskQFactory<WaitTaskQueue>
Factory for creating WaitTaskQueues. The parameters are defined as follows:
See Also:
  • Constructor Details

    • WaitTaskQueueFactory

      public WaitTaskQueueFactory(Simulation sim)
      Constructor.
      Parameters:
      sim - the simulation used to name objects.
    • WaitTaskQueueFactory

      public WaitTaskQueueFactory()
      Constructor for service provider. This constructor should not be used directly. It is necessary because of the introduction of modules in Java 9, and is used by a service provider that allows factories to be listed, possibly with documentation regarding their parameters. It jst calls the default constructor with a null argument.
  • Method Details