Login | Register
My pages Projects Community openCollabNet

The Tigris site will receive a major upgrade the evening of Monday, December 1, beginning at 8:30 pm PST. Downtime is projected to be about ten hours. Further details in the announcement


jmt.measurement
Interface RankingStrategy


public interface RankingStrategy

Describes a strategy to rank measurement values.

Author:
Martin Kersten

Method Summary
 double getRank(double value)
          Returns the rank of the value according to the ranking strategy.
 

Method Detail

getRank

public double getRank(double value)
Returns the rank of the value according to the ranking strategy.

Parameters:
value - The value to be ranked
Returns:
The rank of the value