|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IMetaAlgorithm
This interface defines some methods which are common to data analysis algorithms.
| Method Summary | |
|---|---|
int |
getWorkAmount()
Returns the amount of the work to do. |
int |
getWorkProgress()
Returns the amount of work which have already been done. |
void |
run()
Run the algorithm. |
void |
setLogger(java.io.OutputStream stream)
Give a OutputStream to the algorithm
in order to write out the log info. |
void |
setLogger(java.io.Writer writer)
Give a Writer to the algorithm
in order to write out the log info. |
| Method Detail |
|---|
void run()
int getWorkAmount()
int getWorkProgress()
void setLogger(java.io.Writer writer)
Writer to the algorithm
in order to write out the log info. The user
is responsible for closing the stream.
writer - void setLogger(java.io.OutputStream stream)
OutputStream to the algorithm
in order to write out the log info. The user
is responsible for closing the stream.
stream -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||