|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Choice | |
|---|---|
| org.chorem.pollen.votecounting.business | |
| Uses of Choice in org.chorem.pollen.votecounting.business |
|---|
| Methods in org.chorem.pollen.votecounting.business that return Choice | |
|---|---|
Choice |
Context.getChoice(java.lang.String idChoice)
Renvoie un choix de la map |
| Methods in org.chorem.pollen.votecounting.business that return types with arguments of type Choice | |
|---|---|
java.util.List<Choice> |
Context.getChoices()
Renvoie la liste des choix |
java.util.List<Choice> |
Context.getResults()
Renvoie la liste des résultats |
| Methods in org.chorem.pollen.votecounting.business with parameters of type Choice | |
|---|---|
double |
PercentageMethod.getValueForChoiceByGroup(Choice choice,
java.lang.String idGroup,
java.util.List<java.lang.String> choicesId)
|
double |
StandardMethod.getValueForChoiceByGroup(Choice choice,
java.lang.String idGroup,
java.util.List<java.lang.String> choicesId)
|
| Method parameters in org.chorem.pollen.votecounting.business with type arguments of type Choice | |
|---|---|
void |
StandardMethod.calculateChoicesByGroup(java.util.List<Choice> choices)
|
void |
StandardMethod.calculateGroups(java.util.List<Choice> choices)
|
void |
CondorcetMethod.executeMethod(java.util.List<Choice> choices,
boolean byGroup)
|
void |
StandardMethod.executeMethod(java.util.List<Choice> choices,
boolean byGroup)
|
void |
Method.executeMethod(java.util.List<Choice> choices,
boolean group)
|
java.util.Map<java.lang.String,java.util.List<java.lang.String>> |
StandardMethod.getChoosenChoicesByGroup(java.util.List<Choice> choices)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||