Simulation-monitor for instances of DramaSimulation.
This class is provided for convenience. Subclasses
must implement the method
simulationPauses()
,
which returns a boolean value (true if the simulation should pause;
false if it should not.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructor.Constructor given a simulation. -
Method Summary
Methods inherited from class org.bzdev.devqsim.SimulationMonitor
getSimulation, simulationPauses
-
Constructor Details
-
DramaSimMonitor
public DramaSimMonitor()Constructor. -
DramaSimMonitor
Constructor given a simulation.- Parameters:
sim
- the simulation to monitor
-