Package search
Class Frontiers.StateKeyedPriorityQueue<S,N extends SearchTreeNode<N,S>>
java.lang.Object
search.Frontiers.DebuggingFrontier<Node>
search.Frontiers.PriorityQueue<N>
search.Frontiers.StateKeyedPriorityQueue<S,N>
- All Implemented Interfaces:
FrontierStructure<N>
- Enclosing class:
- Frontiers
public static class Frontiers.StateKeyedPriorityQueue<S,N extends SearchTreeNode<N,S>> extends Frontiers.PriorityQueue<N>
-
Constructor Summary
Constructors Constructor Description StateKeyedPriorityQueue(Comparator<N> prioritizer)
-
Method Summary
Methods inherited from class search.Frontiers.PriorityQueue
countOpen, debugDisplayFrontier, isEmpty, pop
-
Constructor Details
-
Method Details
-
add
Description copied from interface:FrontierStructure
Adds a (usually newly-generated) tree node to the frontier.- Specified by:
add
in interfaceFrontierStructure<S>
- Overrides:
add
in classFrontiers.PriorityQueue<N extends SearchTreeNode<N,S>>
- Parameters:
node
- The new node
-