public abstract static class SearchState.NextStateIterator extends Object implements Iterator
| Constructor and Description |
|---|
NextStateIterator() |
| Modifier and Type | Method and Description |
|---|---|
abstract double |
cost()
The cost of the transition to the current state.
|
abstract boolean |
hasNext() |
Object |
next() |
abstract SearchState |
nextState()
Get the next reachable state.
|
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic abstract SearchState nextState()
public abstract double cost()
Copyright © 2019 JULIE Lab, Germany. All rights reserved.