Engine
Constructs a simulation with a default scheduler.
This constructor initializes the simulation with a default ArrayIndexedPriorityQueue. If you need a custom DependencyGraph or Scheduler, use the other constructor.
Parameters
environment
the simulation environment
Parameters
T
the concentration type
P
the position type, extending Position