Package | Description |
---|---|
examples.SingleDevs |
This package contains a simple example of what a simulation with a single atomic model may look like.
|
modeling.models |
Models in the DEVS sense.
|
simulation.simulators |
All the machinery actually making the simulation possible is implemented here.
|
Modifier and Type | Class and Description |
---|---|
class |
SimpleDevs
This very basic simulator passively encapsulates a
SimpleAtomic . |
Modifier and Type | Field and Description |
---|---|
protected ISimulator |
Devs._simulator
The model's simulator.
|
Modifier and Type | Method and Description |
---|---|
ISimulator |
Devs.simulator()
Getter on the model's simulator.
|
ISimulator |
IDevs.simulator()
A getter on the model's simulator.
|
Modifier and Type | Method and Description |
---|---|
void |
Devs.setSimulator(ISimulator si)
Setter of the model's simulator.
|
void |
IDevs.setSimulator(ISimulator si)
Setter of the model's simulator.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IAtomicSimulator
Atomic Simulator interface.
|
interface |
ICoordinator
DEVS coordinator API.
|
Modifier and Type | Class and Description |
---|---|
class |
AtomicSimulator
Simulator made for models coupled inside a coupling model.
|
class |
Coordinator
A Coordinator is like a conductor in a DEVS simulation.
|
class |
Simulator
Simulator for only one simple model.
|
Copyright © 2017–2019 UniversitĂ© CĂ´te d'Azur, CNRS, I3S. All rights reserved.