Uses of Class
xdevs.core.modeling.Coupled
-
-
Uses of Coupled in xdevs.core.examples.devstone
Subclasses of Coupled in xdevs.core.examples.devstone Modifier and Type Class Description class
DevStone
Coupled model to study the performance using DEVStone.class
DevStoneCoupledHI
Coupled model to study the performance HI DEVStone modelsclass
DevStoneCoupledHO
Coupled model to study the performance HO DEVStone modelsclass
DevStoneCoupledHOmem
Deprecated.This class is deprecated and will be removed in the future.class
DevStoneCoupledHOmod
Coupled model to study the performance HOmod DEVStone modelsclass
DevStoneCoupledLI
Coupled model to study the performance LI DEVStone modelsFields in xdevs.core.examples.devstone declared as Coupled Modifier and Type Field Description protected Coupled
DevStoneSimulation. framework
Coupled model: generator + DEVStone model -
Uses of Coupled in xdevs.core.examples.dynamic
Subclasses of Coupled in xdevs.core.examples.dynamic Modifier and Type Class Description class
Factory
Factory with dynamic number of machines. -
Uses of Coupled in xdevs.core.examples.efp
Subclasses of Coupled in xdevs.core.examples.efp Modifier and Type Class Description class
Ef
Experimental-Frame DEVS coupled model.class
Efp
Experimental-Frame + Processor (EFP) DEVS coupled model.class
Gpt
Gpt model.class
GptXml
Gpt XML simulation model. -
Uses of Coupled in xdevs.core.modeling
Fields in xdevs.core.modeling declared as Coupled Modifier and Type Field Description protected Coupled
Coupled2Atomic. coupled
The coupled model to simulate as an atomic model.Methods in xdevs.core.modeling that return Coupled Modifier and Type Method Description Coupled
Coupled. flatten()
This method flattens the coupled model, removing all the coupled models and adding their components to the parent coupled model.Constructors in xdevs.core.modeling with parameters of type Coupled Constructor Description Coupled2Atomic(Coupled model)
Constructor of the class. -
Uses of Coupled in xdevs.core.modeling.distributed
Subclasses of Coupled in xdevs.core.modeling.distributed Modifier and Type Class Description class
CoupledDistributed
This class represents a distributed coupled model. -
Uses of Coupled in xdevs.core.simulation
Fields in xdevs.core.simulation declared as Coupled Modifier and Type Field Description protected Coupled
Coordinator. model
The model to simulate.Methods in xdevs.core.simulation that return Coupled Modifier and Type Method Description Coupled
Coordinator. getModel()
Constructors in xdevs.core.simulation with parameters of type Coupled Constructor Description Coordinator(Coupled model)
Creates a new coordinator with the given model, not flattened.Coordinator(Coupled model, boolean flatten)
Creates a new coordinator with the given model and whether to flatten it or not.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. -
Uses of Coupled in xdevs.core.simulation.dynamic
Constructors in xdevs.core.simulation.dynamic with parameters of type Coupled Constructor Description CoordinatorDynamic(Coupled model)
Constructor for the dynamic coordinator.CoordinatorDynamic(SimulationClock clock, Coupled model)
Constructor for the dynamic coordinator. -
Uses of Coupled in xdevs.core.simulation.parallel
Constructors in xdevs.core.simulation.parallel with parameters of type Coupled Constructor Description CoordinatorParallel(Coupled model)
Constructor for the parallel coordinator.CoordinatorParallel(Coupled model, int numberOfThreads)
Constructor for the parallel coordinator.CoordinatorParallel(SimulationClock clock, Coupled model)
Constructor for the parallel coordinator.CoordinatorParallel(SimulationClock clock, Coupled model, int numberOfThreads)
Constructor for the parallel coordinator. -
Uses of Coupled in xdevs.core.simulation.profile
Constructors in xdevs.core.simulation.profile with parameters of type Coupled Constructor Description CoordinatorProfile(Coupled model)
Constructor for the profile coordinator.CoordinatorProfile(SimulationClock clock, Coupled model)
Constructor for the profile coordinator. -
Uses of Coupled in xdevs.core.simulation.realtime
Constructors in xdevs.core.simulation.realtime with parameters of type Coupled Constructor Description RTCentralCoordinator(Coupled model)
Constructor for the real-time central coordinator.
-