|
|
|||||||||||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.lmu.ifi.dbs.elki.utilities.progress.AbstractProgress
de.lmu.ifi.dbs.elki.utilities.progress.IndefiniteProgress
public class IndefiniteProgress
Progress class without a fixed destination value.
Field Summary | |
---|---|
private boolean |
completed
Store completion flag. |
Constructor Summary | |
---|---|
IndefiniteProgress(String task)
Constructor. |
Method Summary | |
---|---|
StringBuffer |
appendToBuffer(StringBuffer buf)
Serialize 'indefinite' progress. |
boolean |
complete()
Return whether the progress is complete |
void |
setCompleted()
Set the completion flag. |
private void |
setCompleted(boolean completed)
Set the completion Flag. |
Methods inherited from class de.lmu.ifi.dbs.elki.utilities.progress.AbstractProgress |
---|
getProcessed, getTask, setProcessed, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
private boolean completed
Constructor Detail |
---|
public IndefiniteProgress(String task)
task
- Task name.Method Detail |
---|
public StringBuffer appendToBuffer(StringBuffer buf)
appendToBuffer
in interface Progress
appendToBuffer
in class AbstractProgress
buf
- Buffer to serialize to
public boolean complete()
private void setCompleted(boolean completed)
completed
- boolean whether the progress is complete.public void setCompleted()
|
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |