See: Description
| Class | Description |
|---|---|
| AbstractDeterministicUpdater |
Base class to build updaters with a single successor.
|
| AbstractMultipleSuccessorUpdater |
Base class for updaters which yield multiple successors.
|
| AbstractRandomUpdater |
Base class for random updaters.
|
| AsynchronousUpdater |
Updater for the asynchronous scheme: all possible changes are applied separately.
|
| BaseUpdater |
Base class for all updaters.
|
| BlockSequentialUpdater |
Updater for a block-sequential scheme: there are groups of nodes updated in
synchronous way, but the different groups are updated in sequential way, one after
another.
|
| CompleteUpdater |
Updater for the "complete" mode: include all asynchronous, synchronous and partially synchronous changes.
|
| PriorityClasses |
Internal representation of a set of priority classes.
|
| PriorityUpdater |
Draft for a priority updater: components are grouped in groups, which can be
updated synchronously or asynchronously.
|
| RandomUpdaterWithRates |
Updater picking a random successor in the asynchronous scheme, with optional rates.
|
| RandomUpdaterWrapper |
Random updater which wraps a MultipleSuccessorUpdater and picks one of the successors.
|
| SequentialUpdater |
Updater for the sequential scheme: all components are updated one after the other in a single successor.
|
| SynchronousUpdater |
Updater for the synchronous scheme: all possible changes are applied in a single successor
|
Copyright © 2012-2017. All Rights Reserved.