|
The Encog Project | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.encog.ConsoleStatusReportable
public class ConsoleStatusReportable
A simple status report that goes to the console.
| Constructor Summary | |
|---|---|
ConsoleStatusReportable()
|
|
| Method Summary | |
|---|---|
void |
report(int total,
int current,
java.lang.String message)
Simply display any status reports. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ConsoleStatusReportable()
| Method Detail |
|---|
public void report(int total,
int current,
java.lang.String message)
report in interface StatusReportabletotal - Total amount.current - Current item.message - Current message.
|
The Encog Project | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||