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.Objectboolean equals(java.lang.Object other)
equals in class java.lang.Objectother - The object to compare to