Uses of Class
cc.mallet.util.search.AStarNode
-
Packages that use AStarNode Package Description cc.mallet.util.search -
-
Uses of AStarNode in cc.mallet.util.search
Methods in cc.mallet.util.search that return AStarNode Modifier and Type Method Description AStarNode
AStar. next()
AStarNode
AStar. nextAnswer()
Get the next search node for a final state.Constructors in cc.mallet.util.search with parameters of type AStarNode Constructor Description AStarNode(AStarState state, AStarNode parent, double cost)
Create an A* search node with given state, parent, and cost.
-