|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.chorem.pollen.votecounting.business.CondorcetMethod
public class CondorcetMethod
Méthode de dépouillement Condorcet.
| Constructor Summary | |
|---|---|
CondorcetMethod()
|
|
| Method Summary | |
|---|---|
void |
executeCounting(java.util.List<Choice> choices,
boolean byGroup)
Execute le dépouillement de l'ensemble des choix spécifiés. |
void |
executeStats(java.util.List<Choice> choices,
boolean groupCounting,
Choice choice,
ChoiceDTO choiceDTO)
Effectue des statistiques sur le choice specifié. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CondorcetMethod()
| Method Detail |
|---|
public void executeCounting(java.util.List<Choice> choices,
boolean byGroup)
Method
executeCounting in interface Methodchoices - l'ensemble des choix à dépouillerbyGroup - si le dépouillement doit être groupé
public void executeStats(java.util.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 statistiques
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||