| Modifier and Type | Interface and Description |
|---|---|
interface |
HistoryAwareOracle<S extends HistoryAwareState<L,M>,L,M> |
| Modifier and Type | Class and Description |
|---|---|
class |
ExampleOracleACBD |
class |
ExampleOracleAEorBCD |
class |
ExampleOracleAorBCDorE |
| Modifier and Type | Class and Description |
|---|---|
class |
NAryTreeHistoryAwareOracle |
class |
NAryTreeOracle |
| Modifier and Type | Field and Description |
|---|---|
protected Oracle<S,L,M> |
OracleBasedReplayer.oracle |
| Constructor and Description |
|---|
OracleBasedReplayer(Oracle<S,L,M> oracle,
int maxQueueSize,
gnu.trove.map.TObjectIntMap<? extends L> logMoveCost) |