| Package | Description |
|---|---|
| ai.grakn.graql |
A collection of interfaces and factories for executing Graql queries.
|
| ai.grakn.graql.admin |
A collection of interfaces offering more behaviour on Graql objects.
|
| ai.grakn.graql.internal.gremlin | |
| ai.grakn.graql.internal.query.match |
| Modifier and Type | Interface and Description |
|---|---|
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 | Interface and Description |
|---|---|
interface |
InsertQueryAdmin
Admin class for inspecting and manipulating an InsertQuery
|
interface |
MatchQueryAdmin
Admin class for inspecting and manipulating a MatchQuery
|
| Modifier and Type | Class and Description |
|---|---|
class |
EquivalentFragmentSet
a pattern to match in the graph.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MatchQueryBase
Base MatchQuery implementation that executes the gremlin traversal
|
Copyright © 2017 Grakn Labs Ltd. All rights reserved.