public class LabelId extends Object implements Comparable<LabelId>, Serializable
A Type Id
A class which represents an id of any OntologyConcept in the GraknGraph.
Also contains a static method for producing IDs from Integers.
public Integer getValue()
public int compareTo(LabelId o)
compareTo in interface Comparable<LabelId>public boolean isValid()
public static LabelId of(Integer value)
value - The integer which potentially represents a Typepublic static LabelId invalid()
Copyright © 2017 Grakn Labs Ltd. All rights reserved.