blob: 0a1771959220fe8637f646adb8db8b841356c861 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
Prototype plugins
-------------------------
Rumba provides a generic Experiment class that specific protoypes can
derive from. All prototypes have to re-implement the functions
provided by the base class.
.. autoclass:: rumba.model.Experiment
Specific implementations of the Testbed class:
.. toctree::
ouroboros
|