Interface | Description |
---|---|
HistoryAwareMovementSequence<S extends HistoryAwareState<L,M>,L,M> |
Interface to represent a movement sequence which gives information about the
internal list of movements.
|
HistoryAwareOracle<S extends HistoryAwareState<L,M>,L,M> | |
HistoryAwareState<L,M> | |
MovementSequence<S,L,M> |
Abstract representation of a sequence of moves where only the last move can
be identified.
|
Oracle<S,L,M> |
The oracle allows a replay algorithm to get advice on what the possible moves
are.
|
Class | Description |
---|---|
AbstractHistoryAwareState<L,M> | |
SimpleHistoryAwareMovementSequence<S extends HistoryAwareState<L,M>,L,M> | |
SimpleMovementSequence<S,L,M> |