Package search

Class Nodes.SimpleTreePathNode<S>

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

public static class Nodes.SimpleTreePathNode<S>
extends Object
Implementation of search tree nodes which retain a link to their parent.