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

    • Field Detail

      • ESTIMATEIRRELEVANT

        static final double ESTIMATEIRRELEVANT
        constant which is used to signal that an estimate is irrelevant. This is set to the estimated remaining cost of a record, if the record was already considered and is reached again with higher cost.
        See Also:
        Constant Field Values
    • Method Detail

      • addObserver

        void addObserver​(nl.tue.astar.AStarObserver observer)
      • removeObserver

        void removeObserver​(nl.tue.astar.AStarObserver observer)