| Package | Description |
|---|---|
| ai.grakn.graql |
A collection of interfaces and factories for executing Graql queries.
|
| ai.grakn.graql.internal.printer |
| Modifier and Type | Method and Description |
|---|---|
java.util.stream.Stream<String> |
Query.resultsString(Printer printer)
Execute the query and return a human-readable stream of results
|
| Modifier and Type | Method and Description |
|---|---|
static Printer<java.util.function.Function<StringBuilder,StringBuilder>> |
Printers.graql(boolean colorize,
ResourceType... resourceTypes) |
static Printer |
Printers.hal() |
static Printer<mjson.Json> |
Printers.json() |
Copyright © 2017 Grakn Labs Ltd. All rights reserved.