Interface AbstractAStarThreadNoModelMoves.StorageHandler<H extends nl.tue.astar.Head,​T extends nl.tue.astar.Tail>

    • Method Detail

      • storeStateForRecord

        void storeStateForRecord​(nl.tue.astar.impl.State<H,​T> state,
                                 nl.tue.astar.Record newRec)
                          throws nl.tue.astar.AStarException
        return the estimate of the tail for the given head. The head is stored at the given index.
        Parameters:
        head -
        index -
        Throws:
        nl.tue.astar.AStarException
      • getIndexOf

        long getIndexOf​(H head)
                 throws nl.tue.astar.AStarException
        Throws:
        nl.tue.astar.AStarException
      • getStoredState

        nl.tue.astar.impl.State<H,​T> getStoredState​(nl.tue.astar.Record rec)
                                                   throws nl.tue.astar.AStarException
        Throws:
        nl.tue.astar.AStarException