com.yahoo.shopping
Interface AggregationFunction

All Known Implementing Classes:
Avg, Max

public interface AggregationFunction

AggregationFunction provides access to different aggregation functions.

Author:
Anne Siri Korsen & Trond Řivind Eriksen

Method Summary
 java.lang.Integer aggregate(java.lang.Integer[] hitScores)
           
 java.lang.Integer aggregate(java.lang.Integer[] hitScores, java.lang.Integer[] bottomScores)
           
 

Method Detail

aggregate

java.lang.Integer aggregate(java.lang.Integer[] hitScores)

aggregate

java.lang.Integer aggregate(java.lang.Integer[] hitScores,
                            java.lang.Integer[] bottomScores)