public class ContinuousTimeModel
extends TimeModel
A ContinuousTimeModel describes a temporal model that is organized in a
finite number of steps, in which the respective events and processes are executed.
After the execution of one step, it will proceed to the next step after reaching the end
It is associated with the respective event scheduler and process model,
as well as the number of steps it runs, whether its agents run in synchrony and the
output scheme used to print information about the state of it.
After its execution it will run for the specified number of steps,
invoking the step() method, which describes its dynamics.