Interface Variable
- All Superinterfaces:
Comparable<Term>, Serializable, Term
-
Nested Class Summary
-
Method Summary
Methods inherited from interface Comparable
compareToMethods inherited from interface Term
getIdentifier, getType, isConstant, isLiteral, isVariable
-
Method Details
-
getLabel
String getLabel()Description copied from interface:TermReturn a label that represents this term. There is no guarantee that two terms with the same label represent the same term (seeTerm.getIdentifier()).
-