See: Description
| Interface | Description |
|---|---|
| DeterministicUpdater |
Interface for deterministic updaters which always return the same single successor for a given state.
|
| LogicalModelUpdater |
Common interface for all updaters.
|
| MultipleSuccessorsUpdater |
Updaters which can yield multiple successors for a single state.
|
| RandomUpdater |
Interface for random (stochastic) updaters.
|
| SingleSuccessorUpdater |
General definition of updating methods returning a single successor.
|
| Class | Description |
|---|---|
| MultipleSuccessorSimulation |
Common structure for simulations with updaters yielding multiple successors.
|
| SingleSuccessorSimulation |
A simple simulation engine for updaters with a single successor.
|
| Enum | Description |
|---|---|
| SimulationStrategy |
Copyright © 2012-2017. All Rights Reserved.