Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
C
D
G
H
M
P
S
C
children()
- Method in interface
PuzState
Return an iterator over the children of the current node.
D
distFromStart()
- Method in interface
PuzState
Return the distance from the start state.
G
goalP()
- Method in interface
PuzState
Tests whether the current node is a goal state or not.
H
heuristic()
- Method in interface
PuzState
Return heuristic estimate of the value of this node.
M
Monotonic
- interface
Monotonic
.
Marker interface for a
PuzState
indicating that its heuristic is globally monotonic.
P
parent()
- Method in interface
PuzState
Retrieve the parent of the current node.
Parseable
- interface
Parseable
.
Interface for objects which support parsing from and output to a character stream.
printLastMove(Writer)
- Method in interface
Parseable
Print a formatted representation of a move (action) to an output stream.
printYourself(Writer)
- Method in interface
Parseable
Print a formatted representation of the current object to an output stream.
PuzState
- interface
PuzState
.
Interface for a generic "state" node for use by a heuristic search routine.
S
setDistFromStart(double)
- Method in interface
PuzState
Set or reset the cost-from-start value for the current node.
C
D
G
H
M
P
S
Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes