Interface InformativeStatisticSupporter<T extends InformativeStatistic>

  • All Known Implementing Classes:
    Timeseries

    public interface InformativeStatisticSupporter<T extends InformativeStatistic>
    Interface for classes that return an InformativeStatistic object.
    Version:
    $Revision$
    Author:
    fracpete (fracpete at waikato dot ac dot nz)
    • Method Detail

      • toStatistic

        T toStatistic()
        Returns a statistic object for this object.
        Returns:
        statistics for this object