Interface StatisticalOperation

All Known Implementing Classes:
HistogramOperation, MaxOperation, MeanOperation, MinOperation, SecondMaxOperation, SecondMinOperation, VarianceOperation

public interface StatisticalOperation
Defines a statistical operation
Author:
dmartinezizquierdo
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Operations done during processing
    Gets the results after processing.
    void
    Operations done after processing
    void
    pre()
    Operations done before processing
  • Method Details

    • pre

      void pre()
      Operations done before processing
    • addValue

      void addValue(Number value)
      Operations done during processing
      Parameters:
      value -
    • post

      void post()
      Operations done after processing
    • getResult

      Object getResult()
      Gets the results after processing.
      Returns:
      Object statistical value