Uses of Class
xdevs.core.modeling.Atomic
-
Packages that use Atomic Package Description xdevs.core.examples.devstone xdevs.core.examples.dynamic xdevs.core.examples.efp xdevs.core.modeling xdevs.core.simulation xdevs.core.simulation.profile -
-
Uses of Atomic in xdevs.core.examples.devstone
Subclasses of Atomic in xdevs.core.examples.devstone Modifier and Type Class Description classDevStoneAtomicDEVStone atomic modelclassDevStoneGeneratorEvents generator for the DEVStone benchmark -
Uses of Atomic in xdevs.core.examples.dynamic
Subclasses of Atomic in xdevs.core.examples.dynamic Modifier and Type Class Description classMachineMachine class for the Factory example. -
Uses of Atomic in xdevs.core.examples.efp
Subclasses of Atomic in xdevs.core.examples.efp Modifier and Type Class Description classGeneratorGenerator of jobs.classProcessorProcessor of jobs.classTransducerTransducer The transducer collects statistics about the jobs. -
Uses of Atomic in xdevs.core.modeling
Subclasses of Atomic in xdevs.core.modeling Modifier and Type Class Description classCoupled2AtomicClass that makes a coupled model behave as an atomic model. -
Uses of Atomic in xdevs.core.simulation
Fields in xdevs.core.simulation declared as Atomic Modifier and Type Field Description protected AtomicSimulator. modelThe model to simulate.Methods in xdevs.core.simulation that return Atomic Modifier and Type Method Description AtomicSimulator. getModel()Constructors in xdevs.core.simulation with parameters of type Atomic Constructor Description Simulator(SimulationClock clock, Atomic model)Creates a new simulator with the given simulation clock and model. -
Uses of Atomic in xdevs.core.simulation.profile
Constructors in xdevs.core.simulation.profile with parameters of type Atomic Constructor Description SimulatorProfile(SimulationClock clock, Atomic model)
-