public interface Progress
| Modifier and Type | Method and Description |
|---|---|
java.lang.StringBuilder |
appendToBuffer(java.lang.StringBuilder buf)
Serialize a description into a String buffer.
|
boolean |
isComplete()
Test whether a progress is complete (and thus doesn't need to be shown anymore)
|
java.lang.String |
toString()
Returns a String representation of the progress suitable as a message for
printing to the command line interface.
|
java.lang.StringBuilder appendToBuffer(java.lang.StringBuilder buf)
buf - Buffer to serialize toboolean isComplete()
java.lang.String toString()
toString in class java.lang.ObjectObject.toString()Copyright © 2019 ELKI Development Team. License information.