|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SearchState | |
---|---|
cc.mallet.util.search |
Uses of SearchState in cc.mallet.util.search |
---|
Subinterfaces of SearchState in cc.mallet.util.search | |
---|---|
interface |
AStarState
Created by IntelliJ IDEA. |
Methods in cc.mallet.util.search that return SearchState | |
---|---|
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 | |
---|---|
SearchNode(SearchState state,
SearchNode parent,
double cost)
Create a search node with given state, parent, and cost. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |