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 interfaceAStarStateCreated by IntelliJ IDEA.Methods in cc.mallet.util.search that return SearchState Modifier and Type Method Description SearchStateSearchNode. getState()The state for this search node.SearchStateSearchState.NextStateIterator. next()abstract SearchStateSearchState.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.
-