public abstract class Attribute extends Thing
Wrapper class for Attribute
| Constructor and Description |
|---|
Attribute() |
| Modifier and Type | Method and Description |
|---|---|
static Attribute |
create(ai.grakn.concept.ConceptId id,
Link selfLink,
EmbeddedSchemaConcept type,
Link attributes,
Link keys,
Link relationships,
boolean inferred,
String explanation,
String dataType,
String value) |
abstract String |
dataType() |
abstract String |
value() |
attributes, explanation, inferred, keys, relationships, typeCopyright © 2018 Grakn Labs Ltd. All rights reserved.