public class SimpleDevs extends Simulator
SimpleAtomic
.
Messages can then be inputted in the system and the transition be made.Modifier and Type | Class and Description |
---|---|
static class |
SimpleDevs.SimpleDevsFactory
The factory of this simulator.
|
Simulator.SimulatorFactory
Modifier | Constructor and Description |
---|---|
protected |
SimpleDevs(IDevs model)
SimpleDevs specialized constructor that takes a model to simulate.
|
Modifier and Type | Method and Description |
---|---|
static void |
main(String[] args)
Make a very simple simulation of
SimpleAtomic . |
compareTo, deltFunc, deltFunc, initialize, initialize, model, name, simInject, simulate, timeAdvance, tL, tN
protected SimpleDevs(IDevs model)
model
- The model to simulate.public static void main(String[] args)
SimpleAtomic
. Create an
instance of the atomic model, of the simulator, then inject a Message
in the system and make the simulation for one transition. Finally it
prints the transitions endured by the model.args
- unused.Copyright © 2017–2019 UniversitĂ© CĂ´te d'Azur, CNRS, I3S. All rights reserved.