| 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.
|
| Modifier and Type | Method and Description |
|---|---|
ComputeQuery<T> |
ComputeQuery.in(Collection<Label> subLabels) |
ComputeQuery<T> |
ComputeQuery.in(String... subTypelabels) |
ComputeQuery<T> |
ComputeQuery.withGraph(GraknGraph graph) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ClusterQuery<T>
Compute the connected components in the subgraph.
|
interface |
CountQuery
Count the number of instances in the subgraph.
|
interface |
DegreeQuery
Compute the number of relations that each instance takes part in.
|
interface |
MaxQuery
Compute the maximum value of the selected resource-type.
|
interface |
MeanQuery
Compute the mean of the selected resource-type.
|
interface |
MedianQuery
Compute the median of the selected resource-type.
|
interface |
MinQuery
Compute the minimum value of the selected resource-type.
|
interface |
PathQuery
Compute the shortest path between two instances.
|
interface |
StdQuery
Compute the standard deviation of the selected resource-type.
|
interface |
SumQuery
Compute the sum of the selected resource-type.
|
Copyright © 2017 Grakn Labs Ltd. All rights reserved.