- All Known Implementing Classes:
LocalSolver
public interface QueueSolver
This interface has to be implements by
Solver
s
which are used for ConcurrentTasks
. The
implementation of this interface indicates that the solver produces
Queue
s as its result. The solver must not
modify the graph directly.- Author:
- Ole Kniemeyer
-
Method Summary
-
Method Details
-
addQueuesTo
-
clearQueues
void clearQueues()
-