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()
Execute the query and return a human-readable stream of results
|
Query<T> |
withGraph(MindmapsGraph graph) |
Query<T> withGraph(MindmapsGraph graph)
graph - the graph to execute the query onT execute()
java.util.stream.Stream<String> resultsString()
boolean isReadOnly()
Copyright © 2016. All rights reserved.