|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.chorem.pollen.votecounting.business.StandardMethod
org.chorem.pollen.votecounting.business.PercentageMethod
public class PercentageMethod
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.
| Constructor Summary | |
|---|---|
PercentageMethod()
|
|
| Method Summary | |
|---|---|
double |
getValueForChoiceByGroup(Choice choice,
java.lang.String idGroup,
java.util.List<java.lang.String> choicesId)
|
| Methods inherited from class org.chorem.pollen.votecounting.business.StandardMethod |
|---|
calculateChoicesByGroup, calculateGroups, executeMethod, getChoosenChoicesByGroup, getValueForGroup |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.chorem.pollen.votecounting.business.Method |
|---|
executeMethod |
| Constructor Detail |
|---|
public PercentageMethod()
| Method Detail |
|---|
public double getValueForChoiceByGroup(Choice choice,
java.lang.String idGroup,
java.util.List<java.lang.String> choicesId)
getValueForChoiceByGroup in class StandardMethod
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||