Package it.unibo.alchemist.core.implementations

Types

Link copied to clipboard
class ArrayIndexedPriorityQueue<T> : Scheduler<T>
This class implements the indexed priority queue through an Array.
Link copied to clipboard
class Engine<T, P : Position<out P>?> : Simulation<T, P>
This class implements a simulation.
Link copied to clipboard
class JGraphTDependencyGraph<T>(environment: Environment<T, *>) : DependencyGraph<T>

This class offers an implementation of a dependency graph, namely a data structure which can address in an efficient way the problem of finding those reactions affected by the execution of another reaction. This class relies heavily on the ReactionHandler interface.