| 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 |
|---|---|
StdQuery |
ComputeQueryBuilder.std() |
| Modifier and Type | Method and Description |
|---|---|
StdQuery |
StdQuery.in(Collection<Label> subLabels) |
StdQuery |
StdQuery.in(String... subTypeLabels) |
StdQuery |
StdQuery.of(Collection<Label> resourceLabels) |
StdQuery |
StdQuery.of(String... resourceTypeLabels) |
StdQuery |
StdQuery.withGraph(GraknGraph graph) |
| Modifier and Type | Method and Description |
|---|---|
StdQuery |
ComputeQueryBuilderImpl.std() |
Copyright © 2017 Grakn Labs Ltd. All rights reserved.