Uses of Class
org.chorem.pollen.votecounting.business.Choice

Packages that use Choice
org.chorem.pollen.votecounting.business Gestion des dépouillements. 
 

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 StandardMethod.getValueForChoiceByGroup(Choice choice, java.lang.String idGroup, java.util.List<java.lang.String> choicesId)
           
 double PercentageMethod.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 StandardMethod.executeMethod(java.util.List<Choice> choices, boolean byGroup)
           
 void Method.executeMethod(java.util.List<Choice> choices, boolean group)
           
 void CondorcetMethod.executeMethod(java.util.List<Choice> choices, boolean byGroup)
           
 java.util.Map<java.lang.String,java.util.List<java.lang.String>> StandardMethod.getChoosenChoicesByGroup(java.util.List<Choice> choices)
           
 



Copyright © 2009 CodeLutin. All Rights Reserved.