Interface WeightVector
- All Known Implementing Classes:
BordaWeightVector
,SinglePeakWeightVector
,SingleValeWeightVector
public interface WeightVector
This interface is used for
- Author:
- Bastian Wolf
-
Method Summary
-
Method Details
-
getWeight
int getWeight(int n) returns the weight of an- Parameters:
n
- the given parameter to compare with- Returns:
- the weight for the given parameter
-