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 classDevStoneCoupled model to study the performance using DEVStone.classDevStoneCoupledHICoupled model to study the performance HI DEVStone modelsclassDevStoneCoupledHOCoupled model to study the performance HO DEVStone modelsclassDevStoneCoupledHOmemDeprecated.This class is deprecated and will be removed in the future.classDevStoneCoupledHOmodCoupled model to study the performance HOmod DEVStone modelsclassDevStoneCoupledLICoupled model to study the performance LI DEVStone modelsFields in xdevs.core.examples.devstone declared as Coupled Modifier and Type Field Description protected CoupledDevStoneSimulation. frameworkCoupled 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 classFactoryFactory 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 classEfExperimental-Frame DEVS coupled model.classEfpExperimental-Frame + Processor (EFP) DEVS coupled model.classGptGpt model.classGptXmlGpt XML simulation model. -
Uses of Coupled in xdevs.core.modeling
Fields in xdevs.core.modeling declared as Coupled Modifier and Type Field Description protected CoupledCoupled2Atomic. coupledThe coupled model to simulate as an atomic model.Methods in xdevs.core.modeling that return Coupled Modifier and Type Method Description CoupledCoupled. 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 classCoupledDistributedThis 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 CoupledCoordinator. modelThe model to simulate.Methods in xdevs.core.simulation that return Coupled Modifier and Type Method Description CoupledCoordinator. 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.
-