edu.duke.cs.banjo.learner.components
Interface RecorderI

All Known Implementing Classes:
Recorder

public interface RecorderI

Documents the interface for creating a statistics implementation for describing the progress and results of the search algorithms.

Details:

Change History:
Created May 11, 2004

Author:
Jurgen Sladeczek (hjs)
For the latest info, please visit www.cs.duke.edu.

Method Summary
 void recordFinalData(SearcherI searcher)
           
 void recordInitialData(SearcherI searcher)
           
 void recordRecurringData(SearcherI searcher)
           
 void recordSpecifiedData(java.lang.StringBuffer dataToRecord)
           
 

Method Detail

recordInitialData

public void recordInitialData(SearcherI searcher)
                       throws java.lang.Exception
Throws:
java.lang.Exception

recordRecurringData

public void recordRecurringData(SearcherI searcher)
                         throws java.lang.Exception
Throws:
java.lang.Exception

recordFinalData

public void recordFinalData(SearcherI searcher)
                     throws java.lang.Exception
Throws:
java.lang.Exception

recordSpecifiedData

public void recordSpecifiedData(java.lang.StringBuffer dataToRecord)
                         throws java.lang.Exception
Throws:
java.lang.Exception