| Package | Description |
|---|---|
| org.chorem.pollen.votecounting.model |
| Modifier and Type | Field and Description |
|---|---|
protected Map<GroupOfVoter,VoteCountingResult> |
GroupVoteCountingResult.groupResults |
| Modifier and Type | Method and Description |
|---|---|
static GroupOfVoter |
GroupOfVoter.newVoter(String voterId,
double weight,
Set<VoteForChoice> voteForChoices,
Set<Voter> voters) |
| 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.setGroupResults(Map<GroupOfVoter,VoteCountingResult> groupResults) |
Copyright © 2009-2012 CodeLutin. All Rights Reserved.