The devssim functions as the root coordinator for a simulation.
The devssim functions as the root coordinator for a simulation. In generally, it should not be sub-classed, except to override the halt () method.
The state of the model is not changed by called this method, provided that the output_func method does not cause a state change. Garbage collection is not performed at the end of the output computation, and so objects outputted by the output_func() are not destroyed. These objects ARE deleted when the next state change is computed (i.e. via step or run).
This method fails with a CloneException if any of the output objects do not support the clone() method.
Alphabetic index HTML hierarchy of classes or Java