Methods
| Modifier and Type |
Method and Description |
List<ChoiceScore> |
applyScores(Map<Voter,List<Set<String>>> topRankChoices,
Set<String> idsToExclude,
Set<String> idsToInclude,
SortedMap<String,ChoiceScore> resultByChoice) |
String |
getDisplayVoteValue(Integer voteValue) |
String |
getI18nHelp() |
String |
getI18nName() |
int |
getId() |
String |
getTotalVoteValueNotValidMessage(Locale locale) |
ChoiceToVoteRenderType |
getVoteValueEditorType() |
String |
getVoteValueNotValidMessage(Locale locale) |
void |
guessChoiceIdsToRemove(Set<String> idsToInclude,
Set<String> idsToExclude,
Map<Voter,List<Set<String>>> results) |
boolean |
isChoiceInVote(Integer voteValue) |
boolean |
isDisplayResultsByChoice() |
boolean |
isTotalVoteValueValid(int totalValues) |
boolean |
isVoteValueNull(Integer voteValue) |
boolean |
isVoteValueValid(Integer voteValue) |
void |
round(Map<Voter,List<Set<String>>> topRankChoices,
Set<String> idsToExclude,
Set<String> idsToInclude,
SortedMap<String,ChoiceScore> resultByChoice,
double totalWeight) |
VoteCountingResult |
votecount(Set<Voter> voters) |