public abstract class SchemaConcept extends Concept
Wrapper class for SchemaConcept
| Constructor and Description |
|---|
SchemaConcept() |
| Modifier and Type | Method and Description |
|---|---|
abstract Boolean |
implicit() |
abstract ai.grakn.concept.Label |
label() |
abstract Link |
subs() |
abstract EmbeddedSchemaConcept |
sup() |
public abstract ai.grakn.concept.Label label()
public abstract Boolean implicit()
@Nullable public abstract EmbeddedSchemaConcept sup()
public abstract Link subs()
Copyright © 2017 Grakn Labs Ltd. All rights reserved.