Uses of Class
xdevs.core.simulation.AbstractSimulator
-
-
Uses of AbstractSimulator in xdevs.core.simulation
Subclasses of AbstractSimulator in xdevs.core.simulation Modifier and Type Class Description class
Coordinator
This class represents a parallel DEVS coordinator, in xDEVS style.class
Simulator
This class represents a parallel DEVS simulator, in xDEVS style.Fields in xdevs.core.simulation with type parameters of type AbstractSimulator Modifier and Type Field Description protected LinkedList<AbstractSimulator>
Coordinator. simulators
The simulators of the components of the model.Methods in xdevs.core.simulation that return types with arguments of type AbstractSimulator Modifier and Type Method Description Collection<AbstractSimulator>
Coordinator. getSimulators()
Returns the simulators of the components of the model. -
Uses of AbstractSimulator in xdevs.core.simulation.distributed
Subclasses of AbstractSimulator 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.class
SimulatorDistributed
Simulator for distributed simulation. -
Uses of AbstractSimulator in xdevs.core.simulation.dynamic
Subclasses of AbstractSimulator 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 AbstractSimulator in xdevs.core.simulation.parallel
Subclasses of AbstractSimulator in xdevs.core.simulation.parallel Modifier and Type Class Description class
CoordinatorParallel
Parallel coordinator This class implements a parallel coordinator for DEVS models.Fields in xdevs.core.simulation.parallel declared as AbstractSimulator Modifier and Type Field Description protected AbstractSimulator
TaskDeltFcn. simulator
protected AbstractSimulator
TaskLambda. simulator
Constructors in xdevs.core.simulation.parallel with parameters of type AbstractSimulator Constructor Description TaskDeltFcn(AbstractSimulator simulator)
Constructor for the task.TaskLambda(AbstractSimulator simulator)
Constructor for the task. -
Uses of AbstractSimulator in xdevs.core.simulation.profile
Subclasses of AbstractSimulator in xdevs.core.simulation.profile Modifier and Type Class Description class
CoordinatorProfile
Coordinator to perform a profiling of the simulation.class
SimulatorProfile
Profiling simulation class.Methods in xdevs.core.simulation.profile that return types with arguments of type AbstractSimulator Modifier and Type Method Description Collection<AbstractSimulator>
CoordinatorProfile. getSimulators()
-
Uses of AbstractSimulator in xdevs.core.simulation.realtime
Subclasses of AbstractSimulator 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.
-