|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IAlgorithm
Interface that serves as super-interface for all algorithm interfaces. Contains progress monitors to keep track of the progress of an algorithm run.
IKielerProgressMonitor
Method Summary | |
---|---|
void |
reset()
Reset the internal state of the algorithm without a progress monitor. |
void |
reset(IKielerProgressMonitor monitor)
Reset the internal state and set the progress monitor for the algorithm. |
void |
setProgressMonitor(IKielerProgressMonitor monitor)
Set the progress monitor for the algorithm. |
Method Detail |
---|
void reset()
void reset(IKielerProgressMonitor monitor)
monitor
- the progress monitorvoid setProgressMonitor(IKielerProgressMonitor monitor)
monitor
- the progress monitor
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |