|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.semanticweb.elk.reasoner.DummyProgressMonitor
public class DummyProgressMonitor
A progress monitor that does nothing.
| Constructor Summary | |
|---|---|
DummyProgressMonitor()
|
|
| Method Summary | |
|---|---|
void |
finish()
Indicates that the process is finished. |
void |
report(int state,
int maxState)
Reports the current progress. |
void |
start(String message)
This method should be called in the beginning of the process. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DummyProgressMonitor()
| Method Detail |
|---|
public void start(String message)
ProgressMonitorProgressMonitor.finish() is called.
start in interface ProgressMonitormessage - the description of the process.
public void report(int state,
int maxState)
ProgressMonitor
report in interface ProgressMonitorstate - the current value of the progress. Must not be larger then
maxState.maxState - the maximal (estimated) value of the progress.public void finish()
ProgressMonitorProgressMonitor.start(String) was called before.
finish in interface ProgressMonitor
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||