public abstract class Rule extends SchemaConcept
Wrapper class for Rule
| Constructor and Description |
|---|
Rule() |
| Modifier and Type | Method and Description |
|---|---|
static Rule |
create(ai.grakn.concept.ConceptId id,
Link selfLink,
ai.grakn.concept.Label label,
Boolean implicit,
EmbeddedSchemaConcept sup,
Link subs,
String when,
String then) |
abstract String |
then() |
abstract String |
when() |
implicit, label, subs, supCopyright © 2018 Grakn Labs Ltd. All rights reserved.