public abstract class RelationshipType extends Type
Wrapper class for RelationshipType
| Constructor and Description |
|---|
RelationshipType() |
| Modifier and Type | Method and Description |
|---|---|
static RelationshipType |
create(ai.grakn.concept.ConceptId id,
Link selfLink,
ai.grakn.concept.Label label,
Boolean implicit,
EmbeddedSchemaConcept sup,
Link subs,
Boolean isAbstract,
Link plays,
Link attributes,
Link keys,
Link instances,
Set<Link> relates) |
abstract Set<Link> |
relates() |
attributes, instances, isAbstract, keys, playsimplicit, label, subs, supCopyright © 2017 Grakn Labs Ltd. All rights reserved.