| Constructor and Description |
|---|
CondorcetMethod() |
| Modifier and Type | Method and Description |
|---|---|
void |
executeCounting(List<Choice> choices,
boolean byGroup)
Execute le dépouillement de l'ensemble des choix spécifiés.
|
void |
executeStats(List<Choice> choices,
boolean groupCounting,
Choice choice,
ChoiceDTO choiceDTO)
Effectue des statistiques sur le
choice specifié. |
public void executeCounting(List<Choice> choices, boolean byGroup)
MethodexecuteCounting in interface Methodchoices - l'ensemble des choix à dépouillerbyGroup - si le dépouillement doit être groupépublic void executeStats(List<Choice> choices, boolean groupCounting, Choice choice, ChoiceDTO choiceDTO)
Methodchoice specifié.
La fonction executeCounting doit avoir été
executée avant d'appeler cette fonction.executeStats in interface Methodchoices - l'ensemble des choix du dépouillementgroupCounting - si le dépouillement doit être groupéchoice - le choix sur lequel effectuer des statistiqueschoiceDTO - le choix contenant les resultats statistiquesCopyright © 2009-2012 CodeLutin. All Rights Reserved.