public abstract class StateSpaceIterator extends Object implements Iterator<State>
Iterator
for a given StateSpace
.Constructor and Description |
---|
StateSpaceIterator() |
Modifier and Type | Method and Description |
---|---|
abstract boolean |
hasNext() |
abstract State |
next() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining, remove
Copyright © 2017–2018. All rights reserved.