Package search

Class Nodes.SimpleTreePathCostNode<S>

java.lang.Object
search.Nodes.SimpleTreePathCostNode<S>
Type Parameters:
S - The type of the search state underlying these nodes.
All Implemented Interfaces:
KnowsOwnCost, SearchTreeNode<Nodes.SimpleTreePathCostNode<S>,​S>, SearchTreePathNode<Nodes.SimpleTreePathCostNode<S>,​S>
Enclosing class:
Nodes

public static class Nodes.SimpleTreePathCostNode<S>
extends Object
Implementation of search tree nodes which have a notion of cost, and which contain links to their parent node.