| 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 |
|---|---|
PathQuery |
ComputeQueryBuilder.path() |
| Modifier and Type | Method and Description |
|---|---|
PathQuery |
PathQuery.from(ConceptId sourceId) |
PathQuery |
PathQuery.in(Collection<Label> subLabels) |
PathQuery |
PathQuery.in(String... subTypeLabels) |
PathQuery |
PathQuery.to(ConceptId destinationId) |
PathQuery |
PathQuery.withGraph(GraknGraph graph) |
| Modifier and Type | Method and Description |
|---|---|
PathQuery |
ComputeQueryBuilderImpl.path() |
Copyright © 2017 Grakn Labs Ltd. All rights reserved.