public interface ComputeQuery<T> extends Query<T>
| Modifier and Type | Method and Description |
|---|---|
ComputeQuery<T> |
in(Collection<String> subTypeNames) |
ComputeQuery<T> |
in(String... subTypeNames) |
ComputeQuery<T> |
withGraph(GraknGraph graph) |
execute, isReadOnly, resultsStringComputeQuery<T> withGraph(GraknGraph graph)
ComputeQuery<T> in(String... subTypeNames)
subTypeNames - an array of types to include in the subgraphComputeQuery<T> in(Collection<String> subTypeNames)
subTypeNames - a collection of types to include in the subgraphCopyright © 2016 Grakn Labs Ltd. All rights reserved.