org.chorem.pollen.votecounting.business
Class PercentageMethod
java.lang.Object
org.chorem.pollen.votecounting.business.StandardMethod
org.chorem.pollen.votecounting.business.PercentageMethod
- All Implemented Interfaces:
- Method
public class PercentageMethod
- extends StandardMethod
- implements Method
Méthode de dépouillement par pourcentage (pondération des choix). Cette
méthode étend la méthode standard en ajoutant la pondération des choix.
- Version:
- $Id: PercentageMethod.java 3122 2012-01-30 20:43:30Z tchemit $
- Author:
- rannou
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PercentageMethod
public PercentageMethod()
getValueForChoiceByGroup
public double getValueForChoiceByGroup(Choice choice,
String idGroup,
List<String> choicesId)
- Overrides:
getValueForChoiceByGroup in class StandardMethod
Copyright © 2009-2012 CodeLutin. All Rights Reserved.