public interface ObservableAStarThread<H extends nl.tue.astar.Head,T extends nl.tue.astar.Tail> extends AStarThread<H,T>
AStarThread.ASynchronousMoveSorting, AStarThread.Canceller, AStarThread.CPUEfficient<H extends nl.tue.astar.Head,T extends nl.tue.astar.Tail>, AStarThread.MemoryEfficient<H extends nl.tue.astar.Head,T extends nl.tue.astar.Tail>, AStarThread.Type
Modifier and Type | Field and Description |
---|---|
static double |
ESTIMATEIRRELEVANT
constant which is used to signal that an estimate is irrelevant.
|
NOMOVE
Modifier and Type | Method and Description |
---|---|
void |
addObserver(nl.tue.astar.AStarObserver observer) |
void |
removeObserver(nl.tue.astar.AStarObserver observer) |
getDelegate, getOptimalRecord, getOptimalRecord, getQueuedStateCount, getSorting, getTrace, getType, getVisitedStateCount, setASynchronousMoveSorting, setEpsilon, setType, wasReliable
static final double ESTIMATEIRRELEVANT