public class ResolutionIterator extends ReasonerQueryIterator
Iterator for query answers maintaining the iterative behaviour of the QSQ scheme.
| Constructor and Description |
|---|
ResolutionIterator(ReasonerQueryImpl q) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext()
check whether answers available, if answers not fully computed compute more answers
|
Answer |
next() |
hasStreamclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemaining, removepublic ResolutionIterator(ReasonerQueryImpl q)
public Answer next()
public boolean hasNext()
Copyright © 2017 Grakn Labs Ltd. All rights reserved.