| Interface | Description |
|---|---|
| Factory<C extends INamed> |
The common Factory between models and simulators.
|
| INamed |
An interface for Objects that must have a unique name in the system.
|
| Class | Description |
|---|---|
| Logging |
A central repository for values concerning what kinds of log messages
get output from the GenDevs code.
|
| MultiMap<K,V> | |
| SimulatorAction |
All different possible actions possible for an atomic model during a
transition.
|

Factory: defines a Factory pattern for models and simulators.
MultiMap: a multiple map implementation, each key being associated to
a set of values.
SimulatorAction: defines the possible actions (emit an output or not
at internal event) at transition time.
Logging: a logging class.
INamed: an interface for simulators and models, forcing them to
implement a name.Copyright © 2017–2019 UniversitĂ© CĂ´te d'Azur, CNRS, I3S. All rights reserved.