| Class | Description |
|---|---|
| CommonUtil |
Common utility methods used within Grakn.
|
| EmbeddedCassandra |
Starts Embedded Cassandra
|
| EmbeddedKafka |
Starts Embedded Kafka
|
| EmbeddedRedis |
Starts Embedded Redis
|
| EngineCommunicator |
Establishes communication between the graph and engine
|
| GraphLoader |
Builds
GraknGraph bypassing 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.Request.Concept |
Concept controller request parameters
|
| REST.Request.Graql |
Graql controller request parameters
|
| REST.Response |
Class listing various strings found in responses from the REST API.
|
| REST.Response.ContentType |
Response content types
|
| REST.Response.Graql |
Graql controller response fields
|
| REST.Response.Json |
Metatypes Json object fields
|
| REST.WebPath |
Class containing URIs to REST endpoints.
|
| REST.WebPath.Concept |
URIs to concept controller endpoints
|
| REST.WebPath.Dashboard |
URIs to dashboard controller endpoints
|
| REST.WebPath.Graph |
URIs to visualiser controller
|
| REST.WebPath.System |
URIs to System Controller endpoints
|
| REST.WebPath.Tasks |
URIs to Tasks Controller endpoints
|
| Schema |
A type enum which restricts the types of links/concepts which can be created
|
| StringUtil |
Some helper methods in dealing with strings in the context of GRAKN.
|
| 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.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.ImplicitType |
This stores the schema which is required when implicitly creating roles for the has-resource methods
|
| Schema.MetaSchema |
The concepts which represent our internal schema
|
| Schema.VertexProperty |
An enum which defines the non-unique mutable properties of the concept.
|
Copyright © 2017 Grakn Labs Ltd. All rights reserved.