| Package | Description |
|---|---|
| ai.grakn |
A core package for connecting to a Grakn knowledge graph.
|
| ai.grakn.exception |
Grakn exception definitions.
|
| ai.grakn.graph.admin | |
| ai.grakn.graph.internal |
Internal implementation of Grakn graph.
|
| ai.grakn.migration.owl |
Implements migration of OWL into Grakn.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GraknGraph.commit()
Commits any changes to the graph and closes the transaction.
|
| Modifier and Type | Method and Description |
|---|---|
static InvalidGraphException |
InvalidGraphException.validationErrors(List<String> errors)
Thrown on commit when validation errors are found
|
| Modifier and Type | Method and Description |
|---|---|
Optional<String> |
GraknAdmin.commitNoLogs()
Commits to the graph without submitting any commit logs.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractGraknGraph.commit() |
Optional<String> |
AbstractGraknGraph.commitNoLogs()
Commits to the graph without submitting any commit logs.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OWLMigrator.migrate() |
Copyright © 2017 Grakn Labs Ltd. All rights reserved.