Class EvaluationQueue

  • All Implemented Interfaces:
    IEvaluationQueue

    public class EvaluationQueue
    extends Object
    implements IEvaluationQueue
    Implementation of the evaluation queue. This queue is implemented as a FIFO queue, and accepts new tasks during the processing of current tasks.
    Since:
    7.1
    Author:
    O. Kerpershoek