| Package | Description |
|---|---|
| ai.grakn.graql |
A collection of interfaces and factories for executing Graql queries.
|
| ai.grakn.graql.analytics |
A collection of interfaces for executing analytics queries.
|
| ai.grakn.graql.internal.query.analytics |
| Modifier and Type | Method and Description |
|---|---|
MaxQuery |
ComputeQueryBuilder.max() |
| Modifier and Type | Method and Description |
|---|---|
MaxQuery |
MaxQuery.in(Collection<Label> subLabels) |
MaxQuery |
MaxQuery.in(String... subTypeLabels) |
MaxQuery |
MaxQuery.of(Collection<Label> resourceLabels) |
MaxQuery |
MaxQuery.of(String... resourceTypeLabels) |
MaxQuery |
MaxQuery.withGraph(GraknGraph graph) |
| Modifier and Type | Method and Description |
|---|---|
MaxQuery |
ComputeQueryBuilderImpl.max() |
Copyright © 2017 Grakn Labs Ltd. All rights reserved.