| Modifier and Type | Method and Description |
|---|---|
MatchQuery |
MatchQuery.distinct()
remove any duplicate results from the query
|
MatchQuery |
MatchQuery.limit(long limit) |
MatchQuery |
QueryBuilder.match(Collection<? extends Pattern> patterns) |
static MatchQuery |
Graql.match(Collection<? extends Pattern> patterns) |
MatchQuery |
QueryBuilder.match(Pattern... patterns) |
static MatchQuery |
Graql.match(Pattern... patterns) |
MatchQuery |
MatchQuery.offset(long offset) |
default MatchQuery |
MatchQuery.orderBy(String varName)
Order the results by degree in ascending order
|
MatchQuery |
MatchQuery.orderBy(String varName,
boolean asc)
Order the results by degree
|
MatchQuery |
Reasoner.resolveToQuery(MatchQuery inputQuery) |
MatchQuery |
Reasoner.resolveToQuery(MatchQuery inputQuery,
boolean materialise)
Resolve a given query using the rule base
|
MatchQuery |
MatchQuery.select(Set<String> names) |
default MatchQuery |
MatchQuery.select(String... names) |
MatchQuery |
MatchQuery.withGraph(MindmapsGraph graph) |
| Modifier and Type | Method and Description |
|---|---|
QueryAnswers |
Reasoner.resolve(MatchQuery inputQuery) |
QueryAnswers |
Reasoner.resolve(MatchQuery inputQuery,
boolean materialise)
Resolve a given query using the rule base
|
MatchQuery |
Reasoner.resolveToQuery(MatchQuery inputQuery) |
MatchQuery |
Reasoner.resolveToQuery(MatchQuery inputQuery,
boolean materialise)
Resolve a given query using the rule base
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
MatchQueryAdmin
Admin class for inspecting and manipulating a MatchQuery
|
| Modifier and Type | Method and Description |
|---|---|
MatchQuery |
DeleteQueryAdmin.getMatchQuery() |
MatchQuery |
AskQueryAdmin.getMatchQuery() |
| Modifier and Type | Method and Description |
|---|---|
Optional<? extends MatchQuery> |
InsertQueryAdmin.getMatchQuery() |
| Modifier and Type | Method and Description |
|---|---|
static AskQueryAdmin |
Queries.ask(MatchQuery matchQuery) |
static DeleteQueryAdmin |
Queries.delete(Collection<VarAdmin> deleters,
MatchQuery matchQuery) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
MatchQueryInternal |
| Modifier and Type | Class and Description |
|---|---|
class |
MatchQueryBase
Base MatchQuery implementation that executes the gremlin traversal
|
| Modifier and Type | Method and Description |
|---|---|
default MatchQuery |
MatchQueryInternal.distinct() |
default MatchQuery |
MatchQueryInternal.limit(long limit) |
default MatchQuery |
MatchQueryInternal.offset(long offset) |
default MatchQuery |
MatchQueryInternal.orderBy(String varName,
boolean asc) |
default MatchQuery |
MatchQueryInternal.select(Set<String> names) |
default MatchQuery |
MatchQueryInternal.withGraph(MindmapsGraph graph) |
| Modifier and Type | Method and Description |
|---|---|
static void |
Utility.printMatchQueryResults(MatchQuery sq) |
| Modifier and Type | Method and Description |
|---|---|
MatchQuery |
Atomic.getMatchQuery(MindmapsGraph graph) |
MatchQuery |
AtomBase.getMatchQuery(MindmapsGraph graph) |
| Modifier and Type | Class and Description |
|---|---|
class |
AtomicMatchQuery |
class |
AtomicQuery |
class |
Query |
class |
ReasonerMatchQuery |
| Modifier and Type | Method and Description |
|---|---|
MatchQuery |
Query.getMatchQuery() |
| Constructor and Description |
|---|
AtomicQuery(MatchQuery query,
MindmapsGraph graph) |
Query(MatchQuery query,
MindmapsGraph graph) |
ReasonerMatchQuery(MatchQuery query,
MindmapsGraph graph) |
ReasonerMatchQuery(MatchQuery query,
MindmapsGraph graph,
QueryAnswers ans) |
Copyright © 2016. All rights reserved.