|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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.
Method Summary | |
---|---|
void |
addQueuesTo(QueueCollection qc)
|
void |
clearQueues()
|
Method Detail |
---|
void addQueuesTo(QueueCollection qc)
void clearQueues()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |