| Class | Description |
|---|---|
| EngineCommunicator |
Establishes communication between the graph and engine
|
| REST |
Class containing strings describing the REST API, including URIs and fields.
|
| REST.GraphConfig |
Class listing possible graph configuration options.
|
| REST.HttpConn |
Class listing various HTTP connection strings.
|
| REST.RemoteShell |
Class listing various strings used in the JSON messages sent using websockets for the remote Graql shell.
|
| REST.Request |
Class containing request fields and content types.
|
| REST.Response |
Class listing various strings found in responses from the REST API.
|
| REST.WebPath |
Class containing URIs to REST endpoints.
|
| Schema |
A type enum which restricts the types of links/concepts which can be created
|
| Enum | Description |
|---|---|
| ErrorMessage |
Enum containing error messages.
|
| Schema.Analytics |
An enum representing analytics schema elements
|
| Schema.BaseType |
Base Types reflecting the possible objects in the concept
|
| Schema.ConceptProperty |
An enum which defines the non-unique mutable properties of the concept.
|
| Schema.EdgeLabel |
The different types of edges between vertices
|
| Schema.EdgeProperty |
A property enum defining the possible labels that can go on the edge label.
|
| Schema.MetaSchema |
The concepts which represent our internal schema
|
| Schema.Resource |
This stores the schema which is required when implicitly creating roles for the has-resource methods
|
Copyright © 2017 Grakn Labs Ltd. All rights reserved.