|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object cc.mallet.util.search.SearchNode.NextNodeIterator cc.mallet.util.search.AStarNode.NextNodeIterator
public class AStarNode.NextNodeIterator
Iterator over new A* search nodes generated by state transitions from this node's state.
Constructor Summary | |
---|---|
protected |
AStarNode.NextNodeIterator()
|
Method Summary | |
---|---|
SearchNode |
nextNode()
The search tree node for the next state reached from the current state. |
Methods inherited from class cc.mallet.util.search.SearchNode.NextNodeIterator |
---|
cost, getStateIter, hasNext, next, remove |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected AStarNode.NextNodeIterator()
Method Detail |
---|
public SearchNode nextNode()
SearchNode.NextNodeIterator
nextNode
in class SearchNode.NextNodeIterator
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |