public class SearchNode.NextNodeIterator extends Object implements Iterator
| Modifier | Constructor and Description |
|---|---|
protected |
NextNodeIterator() |
| Modifier and Type | Method and Description |
|---|---|
double |
cost()
The cost associated to the transition from the previous
state to this state.
|
protected SearchState.NextStateIterator |
getStateIter() |
boolean |
hasNext() |
Object |
next() |
SearchNode |
nextNode()
The search tree node for the next state reached from
the current state.
|
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic SearchNode nextNode()
public double cost()
protected SearchState.NextStateIterator getStateIter()
Copyright © 2019 JULIE Lab, Germany. All rights reserved.