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

Packages that use RecorderI
edu.duke.cs.banjo.learner   
edu.duke.cs.banjo.learner.components   
 

Uses of RecorderI in edu.duke.cs.banjo.learner
 

Fields in edu.duke.cs.banjo.learner declared as RecorderI
protected  RecorderI Searcher.searcherStatistics
           
 

Methods in edu.duke.cs.banjo.learner that return RecorderI
 RecorderI Searcher.getSearcherStatistics()
           
 

Uses of RecorderI in edu.duke.cs.banjo.learner.components
 

Classes in edu.duke.cs.banjo.learner.components that implement RecorderI
 class Recorder
          Combines the common code shared by the different statistics implementations.
 class RecorderStandard
          Provides a set of "standard" statistics describing the progress and results of the search algorithms.