Package | Description |
---|---|
jtabwb.engine |
Main classes implementing the engine; it specifies the interfaces with the
user defined prover.
|
Modifier and Type | Method and Description |
---|---|
IterationInfo.Move |
IterationInfo.getMove()
Returns the move the engine performed in the last iteration.
|
static IterationInfo.Move |
IterationInfo.Move.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static IterationInfo.Move[] |
IterationInfo.Move.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|