- All Superinterfaces:
- LogicalModelUpdater
- All Known Subinterfaces:
- DeterministicUpdater, RandomUpdater
- All Known Implementing Classes:
- AbstractDeterministicUpdater, AbstractRandomUpdater, BlockSequentialUpdater, RandomUpdaterWithRates, RandomUpdaterWrapper, SequentialUpdater, SynchronousUpdater
public interface SingleSuccessorUpdater
extends LogicalModelUpdater
General definition of updating methods returning a single successor.
Such an updater can be determinist or stochastic, as denoted by the use of specialised interfaces.
- Author:
- Aurelien Naldi
- See Also:
DeterministicUpdater,
RandomUpdater