| Package | Description |
|---|---|
| org.chorem.pollen.votecounting.model | |
| org.chorem.pollen.votecounting.strategy |
| Modifier and Type | Method and Description |
|---|---|
static ChoiceScore |
ChoiceScore.newScore(String choiceId,
BigDecimal scoreValue) |
| Modifier and Type | Method and Description |
|---|---|
List<ChoiceScore> |
VoteCountingResult.getScores() |
| Modifier and Type | Method and Description |
|---|---|
int |
ChoiceScore.compareTo(ChoiceScore o) |
| Modifier and Type | Method and Description |
|---|---|
static VoteCountingResult |
VoteCountingResult.newResult(List<ChoiceScore> scores) |
void |
VoteCountingResult.setScores(List<ChoiceScore> scores) |
| Modifier and Type | Method and Description |
|---|---|
List<ChoiceScore> |
AbstractVoteCountingStrategy.toChoiceScore(Map<String,ChoiceScore> resultByChoice) |
SortedMap<String,ChoiceScore> |
AbstractVoteCountingStrategy.votersToResult(Set<Voter> voters) |
| Modifier and Type | Method and Description |
|---|---|
VoteCountingResult |
AbstractVoteCountingStrategy.resultToList(Map<String,ChoiceScore> resultByChoice) |
List<ChoiceScore> |
AbstractVoteCountingStrategy.toChoiceScore(Map<String,ChoiceScore> resultByChoice) |
Copyright © 2009-2012 CodeLutin. All Rights Reserved.