public interface MaxQuery extends ComputeQuery<Optional<Number>>
| Modifier and Type | Method and Description |
|---|---|
Optional<Number> |
execute()
Execute the query.
|
MaxQuery |
in(Collection<String> subTypeNames) |
MaxQuery |
in(String... subTypeNames) |
MaxQuery |
of(Collection<String> resourceTypeNames) |
MaxQuery |
of(String... resourceTypeNames) |
MaxQuery |
withGraph(GraknGraph graph) |
isReadOnly, resultsStringMaxQuery of(String... resourceTypeNames)
resourceTypeNames - an array of types of resources to execute the query onMaxQuery of(Collection<String> resourceTypeNames)
resourceTypeNames - a collection of types of resources to execute the query onMaxQuery in(String... subTypeNames)
in in interface ComputeQuery<Optional<Number>>subTypeNames - an array of types to include in the subgraphMaxQuery in(Collection<String> subTypeNames)
in in interface ComputeQuery<Optional<Number>>subTypeNames - a collection of types to include in the subgraphMaxQuery withGraph(GraknGraph graph)
Copyright © 2017 Grakn Labs Ltd. All rights reserved.