| Package | Description |
|---|---|
| io.mindmaps.graql | |
| io.mindmaps.graql.admin | |
| io.mindmaps.graql.internal.parser | |
| io.mindmaps.graql.internal.query.match | |
| io.mindmaps.graql.internal.reasoner.query |
| Modifier and Type | Interface and Description |
|---|---|
interface |
AggregateQuery<T>
An aggregate query produced from a
MatchQuery. |
interface |
AskQuery
A query that will return whether a match query can be found in the graph.
|
interface |
ComputeQuery
A query that triggers an OLAP computation on a graph.
|
interface |
DeleteQuery
A query for deleting concepts from a match query.
|
interface |
InsertQuery
A query for inserting data.
|
interface |
MatchQuery
a query used for finding data in a graph that matches the given patterns.
|
| Modifier and Type | Method and Description |
|---|---|
<T extends Query<?>> |
QueryBuilder.parse(String queryString) |
static <T extends Query<?>> |
Graql.parse(String queryString) |
| Modifier and Type | Method and Description |
|---|---|
Query<T> |
Query.withGraph(MindmapsGraph graph) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
AskQueryAdmin
Admin class for inspecting and manipulating an AskQuery
|
interface |
DeleteQueryAdmin
Admin class for inspecting and manipulating a DeleteQuery
|
interface |
InsertQueryAdmin
Admin class for inspecting and manipulating an InsertQuery
|
interface |
MatchQueryAdmin
Admin class for inspecting and manipulating a MatchQuery
|
| Modifier and Type | Method and Description |
|---|---|
<T extends Query<?>> |
QueryParser.parseQuery(String queryString) |
| 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 | Class and Description |
|---|---|
class |
AtomicMatchQuery |
class |
AtomicQuery |
class |
Query |
class |
ReasonerMatchQuery |
Copyright © 2016. All rights reserved.