Uses of Class
xdevs.core.simulation.SimulationClock
-
Packages that use SimulationClock Package Description xdevs.core.simulation xdevs.core.simulation.distributed xdevs.core.simulation.dynamic xdevs.core.simulation.parallel xdevs.core.simulation.profile -
-
Uses of SimulationClock in xdevs.core.simulation
Fields in xdevs.core.simulation declared as SimulationClock Modifier and Type Field Description protected SimulationClock
AbstractSimulator. clock
The simulation clock of the simulator.Methods in xdevs.core.simulation that return SimulationClock Modifier and Type Method Description SimulationClock
AbstractSimulator. getClock()
Gets the simulation clock of the simulator.SimulationClock
Controller. getSimulationClock()
Returns the simulation clock.Constructors in xdevs.core.simulation with parameters of type SimulationClock Constructor Description AbstractSimulator(SimulationClock clock)
Creates a new simulator with the given simulation clock.Coordinator(SimulationClock clock, Coupled model)
Creates a new coordinator with the given simulation clock and model, not flattened.Coordinator(SimulationClock clock, Coupled model, boolean flatten)
Creates a new coordinator with the given simulation clock and model.Simulator(SimulationClock clock, Atomic model)
Creates a new simulator with the given simulation clock and model. -
Uses of SimulationClock in xdevs.core.simulation.distributed
Constructors in xdevs.core.simulation.distributed with parameters of type SimulationClock Constructor Description CoordinatorDistributed(SimulationClock clock, CoupledDistributed model)
Constructor for the distributed coordinator. -
Uses of SimulationClock in xdevs.core.simulation.dynamic
Constructors in xdevs.core.simulation.dynamic with parameters of type SimulationClock Constructor Description CoordinatorDynamic(SimulationClock clock, Coupled model)
Constructor for the dynamic coordinator. -
Uses of SimulationClock in xdevs.core.simulation.parallel
Constructors in xdevs.core.simulation.parallel with parameters of type SimulationClock Constructor Description CoordinatorParallel(SimulationClock clock, Coupled model)
Constructor for the parallel coordinator.CoordinatorParallel(SimulationClock clock, Coupled model, int numberOfThreads)
Constructor for the parallel coordinator. -
Uses of SimulationClock in xdevs.core.simulation.profile
Methods in xdevs.core.simulation.profile that return SimulationClock Modifier and Type Method Description SimulationClock
CoordinatorProfile. getClock()
SimulationClock
SimulatorProfile. getClock()
Constructors in xdevs.core.simulation.profile with parameters of type SimulationClock Constructor Description CoordinatorProfile(SimulationClock clock, Coupled model)
Constructor for the profile coordinator.SimulatorProfile(SimulationClock clock, Atomic model)
-