Interface CleanerDetails<T>

  • Type Parameters:
    T - the type of output the cleaner provides as details
    All Known Implementing Classes:
    IQRCleaner

    public interface CleanerDetails<T>
    Interface for cleaners that provide details about their internals after they have been built.
    Version:
    $Revision: 1286 $
    Author:
    fracpete (fracpete at waikato dot ac dot nz)
    • Method Detail

      • getDetails

        T getDetails()
        Returns details for the cleaner.
        Returns:
        the details