Module rgg

Interface QueueSolver

All Known Implementing Classes:
LocalSolver

public interface QueueSolver
This interface has to be implements by Solvers which are used for ConcurrentTasks. The implementation of this interface indicates that the solver produces Queues as its result. The solver must not modify the graph directly.
Author:
Ole Kniemeyer
  • Method Details

    • addQueuesTo

      void addQueuesTo(QueueCollection qc)
    • clearQueues

      void clearQueues()