Uses of Class
xdevs.core.simulation.Coordinator
-
-
Uses of Coordinator in xdevs.core.simulation
Fields in xdevs.core.simulation declared as Coordinator Modifier and Type Field Description protected Coordinator
Controller. coordinator
The coordinator of the simulation.Constructors in xdevs.core.simulation with parameters of type Coordinator Constructor Description Controller(Coordinator coordinator)
Creates a new controller with the given coordinator. -
Uses of Coordinator in xdevs.core.simulation.distributed
Subclasses of Coordinator in xdevs.core.simulation.distributed Modifier and Type Class Description class
CoordinatorDistributed
Coordinator for distributed simulation This class implements the coordinator for a distributed simulation. -
Uses of Coordinator in xdevs.core.simulation.dynamic
Subclasses of Coordinator in xdevs.core.simulation.dynamic Modifier and Type Class Description class
CoordinatorDynamic
Dynamic coordinator This class implements a dynamic coordinator for variable structure DEVS models. -
Uses of Coordinator in xdevs.core.simulation.parallel
Subclasses of Coordinator in xdevs.core.simulation.parallel Modifier and Type Class Description class
CoordinatorParallel
Parallel coordinator This class implements a parallel coordinator for DEVS models. -
Uses of Coordinator in xdevs.core.simulation.profile
Subclasses of Coordinator in xdevs.core.simulation.profile Modifier and Type Class Description class
CoordinatorProfile
Coordinator to perform a profiling of the simulation. -
Uses of Coordinator in xdevs.core.simulation.realtime
Subclasses of Coordinator in xdevs.core.simulation.realtime Modifier and Type Class Description class
RTCentralCoordinator
Real-time central coordinator This class implements a real-time central coordinator for DEVS models.
-