Interface StatisticalOperation
- All Known Implementing Classes:
HistogramOperation,MaxOperation,MeanOperation,MinOperation,SecondMaxOperation,SecondMinOperation,VarianceOperation
public interface StatisticalOperation
Defines a statistical operation
- Author:
- dmartinezizquierdo
-
Method Summary
-
Method Details
-
pre
void pre()Operations done before processing -
addValue
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
-