Interface InformativeStatistic

    • Method Detail

      • getStatisticDescription

        String getStatisticDescription()
        Returns a description for this statistic.
        Returns:
        the description
      • statisticNames

        Iterator<String> statisticNames()
        Returns all the names of the available statistical values.
        Returns:
        the iterator over the names
      • getStatistic

        double getStatistic​(String name)
        Returns the statistical value for the given statistic name.
        Parameters:
        name - the name of the statistical value
        Returns:
        the corresponding value