public interface JMarkovElement
toString() is implemented as final, and calling
label().| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
description()
This method return a complete verbal describtion of this element.
|
boolean |
equals(java.lang.Object e)
Returns true if these two elements are equal.
|
java.lang.String |
label()
This method returns a short String used in the user interface to describe
this element.
|
java.lang.String |
toString()
This method returns a short String used in the user interface to describe
this element.
|
java.lang.String toString()
public final String toString() {
return label();
}
toString in class java.lang.Objectlabel()java.lang.String label()
description()java.lang.String description()
label()boolean equals(java.lang.Object e)
equals in class java.lang.Objecte - The Object to compare to.Object.equals(java.lang.Object)