de.grogra.rgg.model
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 Summary
 void addQueuesTo(QueueCollection qc)
           
 void clearQueues()
           
 

Method Detail

addQueuesTo

void addQueuesTo(QueueCollection qc)

clearQueues

void clearQueues()