public class ConceptId extends Object implements Comparable<ConceptId>
A Concept Id
A class which represents an id of any Concept in the GraknGraph.
Also contains a static method for producing concept IDs from Strings.
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(ConceptId o) |
boolean |
equals(Object object) |
String |
getValue() |
int |
hashCode() |
static ConceptId |
of(String value) |
String |
toString() |
public String getValue()
public int compareTo(ConceptId o)
compareTo in interface Comparable<ConceptId>Copyright © 2017 Grakn Labs Ltd. All rights reserved.