Class SimuModel


public class SimuModel extends Watcher
This class is a simulation engine agent that could be used to implement some common parts of a simulation model.

Moreover, it is a Watcher agent and can thus use Probe to monitor the simulation agents. It can also implement the SimuAgent.onSimulationStart() method to perform actions when the simulation starts.

Since:
MaDKit 6.0
See Also: