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