Modifier and Type | Method and Description |
---|---|
void |
cancel()
terminates the non deterministic goal that returned this iterator, without finding more solutions
|
boolean |
hasNext() |
boolean |
lastSolutionUndefined() |
Object[] |
next() |
boolean |
recordSolution(Object[] bindings,
Object error,
boolean undefined)
This will messaged by Prolog.
|
void |
remove() |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
public boolean recordSolution(Object[] bindings, Object error, boolean undefined)
public boolean lastSolutionUndefined()
public void cancel()