| Constructor and Description |
|---|
GetQueryImpl() |
| Modifier and Type | Method and Description |
|---|---|
List<Answer> |
execute() |
boolean |
isReadOnly() |
abstract Match |
match() |
java.util.stream.Stream<String> |
resultsString(Printer printer) |
java.util.stream.Stream<Answer> |
stream() |
String |
toString() |
Optional<GraknTx> |
tx() |
abstract com.google.common.collect.ImmutableSet<Var> |
vars() |
GetQuery |
withTx(GraknTx tx) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waititerator, parallelStreamforEach, spliteratorpublic abstract com.google.common.collect.ImmutableSet<Var> vars()
public java.util.stream.Stream<String> resultsString(Printer printer)
resultsString in interface Query<List<Answer>>public boolean isReadOnly()
isReadOnly in interface Query<List<Answer>>public java.util.stream.Stream<Answer> stream()
stream in interface Streamable<Answer>Copyright © 2017 Grakn Labs Ltd. All rights reserved.