Package it.unibo.alchemist.core
Interface BatchedScheduler
-
- All Implemented Interfaces:
-
it.unibo.alchemist.core.Scheduler
public interface BatchedScheduler<T> implements Scheduler<T>
Extension to Scheduler to allow for batched retrieval from the queue.
-
-
Method Summary
Modifier and Type Method Description abstract List<Actionable<T>>
getNextBatch()
Retrieve the next scheduled batch of reactions. -
-
Method Detail
-
getNextBatch
abstract List<Actionable<T>> getNextBatch()
Retrieve the next scheduled batch of reactions.
- Returns:
batch of reactions to execute
-
-
-
-