org.encog
Class ConsoleStatusReportable

java.lang.Object
  extended by org.encog.ConsoleStatusReportable
All Implemented Interfaces:
StatusReportable

public class ConsoleStatusReportable
extends Object
implements StatusReportable

A simple status report that goes to the console.


Constructor Summary
ConsoleStatusReportable()
           
 
Method Summary
 void report(int total, int current, 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

ConsoleStatusReportable

public ConsoleStatusReportable()
Method Detail

report

public void report(int total,
                   int current,
                   String message)
Simply display any status reports.

Specified by:
report in interface StatusReportable
Parameters:
total - Total amount.
current - Current item.
message - Current message.


Copyright © 2014. All Rights Reserved.