| Package | Description |
|---|---|
| ai.grakn.graql | |
| ai.grakn.graql.analytics | |
| ai.grakn.graql.internal.query | |
| ai.grakn.graql.internal.query.analytics |
| Modifier and Type | Method and Description |
|---|---|
ComputeQuery |
QueryBuilderImpl.compute(String computeMethod)
Deprecated.
|
ComputeQuery |
QueryBuilder.compute(String computeMethod)
Deprecated.
|
ComputeQuery |
QueryBuilderImpl.compute(String computeMethod,
Set<String> subTypeIds,
Set<String> statisticsResourceTypeIds)
Deprecated.
|
ComputeQuery |
QueryBuilder.compute(String computeMethod,
Set<String> subTypeIds,
Set<String> statisticsResourceTypeIds)
Deprecated.
|
ComputeQuery |
QueryBuilderImpl.compute(String computeMethod,
String from,
String to,
Set<String> subTypeIds)
Deprecated.
|
ComputeQuery |
QueryBuilder.compute(String computeMethod,
String from,
String to,
Set<String> subTypeIds)
Deprecated.
|
ComputeQuery<T> |
ComputeQuery.in(Collection<String> subTypeNames) |
ComputeQuery<T> |
ComputeQuery.in(String... subTypeNames) |
ComputeQuery<T> |
ComputeQuery.withGraph(GraknGraph graph) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ClusterQuery<T> |
interface |
CountQuery |
interface |
DegreeQuery<T> |
interface |
MaxQuery |
interface |
MeanQuery |
interface |
MedianQuery |
interface |
MinQuery |
interface |
PathQuery |
interface |
StdQuery |
interface |
SumQuery |
| Modifier and Type | Method and Description |
|---|---|
static ComputeQuery |
Queries.compute(Optional<GraknGraph> graph,
String computeMethod) |
static ComputeQuery |
Queries.compute(Optional<GraknGraph> graph,
String computeMethod,
Set<String> subTypeIds,
Set<String> statisticsResourceTypeIds) |
static ComputeQuery |
Queries.compute(Optional<GraknGraph> graph,
String computeMethod,
String from,
String to,
Set<String> subTypeIds) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractComputeQuery<T> |
class |
ClusterQueryImpl<T> |
class |
CountQueryImpl |
class |
DegreeQueryImpl<T> |
class |
MaxQueryImpl |
class |
MeanQueryImpl |
class |
MedianQueryImpl |
class |
MinQueryImpl |
class |
PathQueryImpl |
class |
StdQueryImpl |
class |
SumQueryImpl |
| Modifier and Type | Method and Description |
|---|---|
ComputeQuery<T> |
AbstractComputeQuery.in(Collection<String> subTypeNames) |
ComputeQuery<T> |
AbstractComputeQuery.in(String... subTypeNames) |
ComputeQuery<T> |
AbstractComputeQuery.withGraph(GraknGraph graph) |
Copyright © 2016 Grakn Labs Ltd. All rights reserved.