public abstract class AttributeType extends Type
Wrapper class for AttributeType
| Constructor and Description |
|---|
AttributeType() |
| Modifier and Type | Method and Description |
|---|---|
static AttributeType |
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,
String dataType,
String regex) |
abstract String |
dataType() |
abstract String |
regex() |
attributes, instances, isAbstract, keys, playsimplicit, label, subs, suppublic static AttributeType 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, @Nullable String dataType, @Nullable String regex)
Copyright © 2017 Grakn Labs Ltd. All rights reserved.