public interface Query<T>
| Modifier and Type | Method and Description |
|---|---|
T |
execute() |
boolean |
isReadOnly()
Whether this query will modify the graph
|
java.util.stream.Stream<String> |
resultsString(Printer printer)
Execute the query and return a human-readable stream of results
|
Query<T> |
withGraph(GraknGraph graph) |
Query<T> withGraph(GraknGraph graph)
graph - the graph to execute the query onT execute()
java.util.stream.Stream<String> resultsString(Printer printer)
boolean isReadOnly()
Copyright © 2016 Grakn Labs Ltd. All rights reserved.