| Interface | Description |
|---|---|
| Aggregate<T,S> |
An aggregate operation to perform on a query.
|
| AggregateQuery<T> |
An aggregate query produced from a
MatchQuery. |
| AskQuery |
A query that will return whether a match query can be found in the graph.
|
| ComputeQuery |
A query that triggers an OLAP computation on a graph.
|
| DeleteQuery |
A query for deleting concepts from a match query.
|
| GraqlClient |
Interface for connecting a Graql websocket to a remote URI.
|
| InsertQuery |
A query for inserting data.
|
| MatchQuery |
a query used for finding data in a graph that matches the given patterns.
|
| NamedAggregate<T,S> |
An aggregate operation with an associated name.
|
| Pattern |
A pattern describing a subgraph.
|
| Query<T> | |
| Streamable<T> |
An interface describing something that can be streamed, or iterated over.
|
| ValuePredicate |
a predicate on a value in a query.
|
| Var |
A wildcard variable to refers to a concept in a query.
|
| Class | Description |
|---|---|
| Autocomplete |
An autocomplete result suggesting keywords, types and variables that the user may wish to type
|
| Graql | |
| GraqlClientImpl |
Default implementation of GraqlClient that connects to a websocket
|
| GraqlShell |
A Graql REPL shell that can be run from the command line
|
| QueryBuilder |
A starting point for creating queries.
|
| Reasoner |
Copyright © 2016. All rights reserved.