public abstract class RolePlayer extends Object implements Jacksonisable
Wrapper class for wrapping a Role and Thing
| Constructor and Description |
|---|
RolePlayer() |
| Modifier and Type | Method and Description |
|---|---|
static RolePlayer |
create(Link role,
Link thing) |
abstract Link |
role() |
abstract Link |
thing() |
public abstract Link role()
public abstract Link thing()
public static RolePlayer create(Link role, Link thing)
Copyright © 2017 Grakn Labs Ltd. All rights reserved.