See: Description
| Interface | Description |
|---|---|
| DeterministicUpdater |
Interface for deterministic updaters which always return the same single successor for a given state.
|
| Class | Description |
|---|---|
| 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.
|
| DeterministicPriorityUpdater | |
| DeterministicSimulation |
A simple simulation engine for deterministic updaters (with a single successor).
|
| 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
|
| TraceService | |
| TraceTask |
Copyright © 2012–2020. All rights reserved.