public abstract class Relationship extends Thing
Wrapper class for Relationship
| Constructor and Description |
|---|
Relationship() |
| Modifier and Type | Method and Description |
|---|---|
static Relationship |
create(ai.grakn.concept.ConceptId id,
Link selfLink,
EmbeddedSchemaConcept type,
Link attributes,
Link keys,
Link relationships,
boolean inferred,
String explanation,
Set<RolePlayer> roleplayers) |
abstract Set<RolePlayer> |
roleplayers() |
attributes, explanation, inferred, keys, relationships, typepublic abstract Set<RolePlayer> roleplayers()
public static Relationship create(ai.grakn.concept.ConceptId id, Link selfLink, EmbeddedSchemaConcept type, Link attributes, Link keys, Link relationships, boolean inferred, @Nullable String explanation, Set<RolePlayer> roleplayers)
Copyright © 2018 Grakn Labs Ltd. All rights reserved.