public interface SemanticLabel
extends java.io.Serializable
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object other)
Determines if this label is equal to a given object.
|
java.lang.String |
getName()
Gets the human-readable name of the label.
|
int |
hashCode()
Computes the hash-code for the label.
|
java.lang.String getName()
int hashCode()
hashCode
in class java.lang.Object
boolean equals(java.lang.Object other)
equals
in class java.lang.Object
other
- The object to compare to