H
- T
- public static interface AbstractAStarThreadNoModelMoves.StorageHandler<H extends nl.tue.astar.Head,T extends nl.tue.astar.Tail>
Modifier and Type | Method and Description |
---|---|
long |
getIndexOf(H head) |
nl.tue.astar.impl.State<H,T> |
getStoredState(nl.tue.astar.Record rec) |
void |
storeStateForRecord(nl.tue.astar.impl.State<H,T> state,
nl.tue.astar.Record newRec)
return the estimate of the tail for the given head.
|
void storeStateForRecord(nl.tue.astar.impl.State<H,T> state, nl.tue.astar.Record newRec) throws nl.tue.astar.AStarException
head
- index
- nl.tue.astar.AStarException
long getIndexOf(H head) throws nl.tue.astar.AStarException
nl.tue.astar.AStarException