Class LifoTaskQueueFactory

All Implemented Interfaces:
Cloneable

public class LifoTaskQueueFactory extends AbstrLifoTaskQFactory<LifoTaskQueue>
Factory for creating LifoTaskQueue instances.

The parameters this factory supports are shown in the following table:

See Also:
  • Constructor Details

    • LifoTaskQueueFactory

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

      public LifoTaskQueueFactory()
      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 just calls the default constructor with a null argument.
  • Method Details