| Package | Description |
|---|---|
| org.chorem.pollen.votecounting.model | |
| org.chorem.pollen.votecounting.strategy |
| Modifier and Type | Field and Description |
|---|---|
protected VoteCountingResult |
GroupVoteCountingResult.mainResult |
| Modifier and Type | Field and Description |
|---|---|
protected Map<GroupOfVoter,VoteCountingResult> |
GroupVoteCountingResult.groupResults |
| Modifier and Type | Method and Description |
|---|---|
VoteCountingResult |
GroupVoteCountingResult.getMainResult() |
VoteCountingResult |
GroupOfVoter.getResult() |
static VoteCountingResult |
VoteCountingResult.newResult(List<ChoiceScore> scores) |
| Modifier and Type | Method and Description |
|---|---|
Map<GroupOfVoter,VoteCountingResult> |
GroupVoteCountingResult.getGroupResults() |
| Modifier and Type | Method and Description |
|---|---|
static GroupVoteCountingResult |
GroupVoteCountingResult.newResult(VoteCountingResult mainResult,
Map<GroupOfVoter,VoteCountingResult> groupResults) |
void |
GroupVoteCountingResult.setMainResult(VoteCountingResult mainResult) |
void |
GroupOfVoter.setResult(VoteCountingResult result) |
| Modifier and Type | Method and Description |
|---|---|
static GroupVoteCountingResult |
GroupVoteCountingResult.newResult(VoteCountingResult mainResult,
Map<GroupOfVoter,VoteCountingResult> groupResults) |
void |
GroupVoteCountingResult.setGroupResults(Map<GroupOfVoter,VoteCountingResult> groupResults) |
| Modifier and Type | Method and Description |
|---|---|
VoteCountingResult |
AbstractVoteCountingStrategy.resultToList(Map<String,ChoiceScore> resultByChoice) |
VoteCountingResult |
VoteCountingStrategy.votecount(Set<Voter> voter)
Vote count for the given
voter and return the result of it. |
Copyright © 2009-2012 CodeLutin. All Rights Reserved.