Package | Description |
---|---|
simulation.scheduler |
The default schedulers can be found here.
|
simulation.simulators |
All the machinery actually making the simulation possible is implemented here.
|
Modifier and Type | Class and Description |
---|---|
class |
Scheduler
The scheduler used for managing future events.
|
Modifier and Type | Field and Description |
---|---|
static IScheduler |
AtomicSimulator._scheduler
Simulation scheduler, managing the future events.
|
Modifier and Type | Method and Description |
---|---|
IScheduler |
IAtomicSimulator.scheduler()
Getter on the simulator's Scheduler.
|
IScheduler |
AtomicSimulator.scheduler()
Getter on the simulator's Scheduler.
|
Constructor and Description |
---|
AtomicSimulator(IDevs model,
IAtomicSimulator parent,
IScheduler scheduler)
Specific constructor that sets the model to simulate, the parent
simulator and the simulation scheduler.
|
Coordinator(ICoupledDevs coupledModel,
ICoordinator parent,
IScheduler si)
Biggest constructor
|
Copyright © 2017–2019 UniversitĂ© CĂ´te d'Azur, CNRS, I3S. All rights reserved.