public abstract class Things extends Object implements ai.grakn.engine.Jacksonisable
| Constructor and Description |
|---|
Things() |
| Modifier and Type | Method and Description |
|---|---|
static Things |
create(Link selfLink,
List<Thing> instances,
Link next,
Link previous) |
abstract List<Thing> |
instances() |
abstract Link |
next() |
abstract Link |
previous() |
abstract Link |
selfLink() |
public abstract Link selfLink()
Copyright © 2018 Grakn Labs Ltd. All rights reserved.