Uses of Interface
cc.mallet.util.search.SearchState
-
Packages that use SearchState Package Description cc.mallet.util.search -
-
Uses of SearchState in cc.mallet.util.search
Subinterfaces of SearchState in cc.mallet.util.search Modifier and Type Interface Description interface
AStarState
Created by IntelliJ IDEA.Methods in cc.mallet.util.search that return SearchState Modifier and Type Method Description SearchState
SearchNode. getState()
The state for this search node.SearchState
SearchState.NextStateIterator. next()
abstract SearchState
SearchState.NextStateIterator. nextState()
Get the next reachable state.Constructors in cc.mallet.util.search with parameters of type SearchState Constructor Description SearchNode(SearchState state, SearchNode parent, double cost)
Create a search node with given state, parent, and cost.
-