Uses of Class
cc.mallet.util.search.SearchNode
-
Packages that use SearchNode Package Description cc.mallet.util.search -
-
Uses of SearchNode in cc.mallet.util.search
Subclasses of SearchNode in cc.mallet.util.search Modifier and Type Class Description class
AStarNode
Created by IntelliJ IDEA.Methods in cc.mallet.util.search that return SearchNode Modifier and Type Method Description SearchNode
SearchNode. getParent()
The node that generated this node.SearchNode
AStarNode.NextNodeIterator. nextNode()
SearchNode
SearchNode.NextNodeIterator. nextNode()
The search tree node for the next state reached from the current state.Constructors in cc.mallet.util.search with parameters of type SearchNode Constructor Description SearchNode(SearchState state, SearchNode parent, double cost)
Create a search node with given state, parent, and cost.
-