| Package | Description |
|---|---|
| org.chorem.pollen.votecounting | |
| org.chorem.pollen.votecounting.model |
| Modifier and Type | Method and Description |
|---|---|
GroupVoteCountingResult |
AbstractVoteCountingStrategy.votecount(GroupOfVoter group) |
GroupVoteCountingResult |
VoteCountingStrategy.votecount(GroupOfVoter group)
Vote count for the given
group of voters and return the
result of it. |
protected void |
AbstractVoteCountingStrategy.voteCount(GroupOfVoter group,
Set<GroupOfVoter> groups) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractVoteCountingStrategy.voteCount(GroupOfVoter group,
Set<GroupOfVoter> groups) |
| Modifier and Type | Field and Description |
|---|---|
protected GroupOfVoter |
GroupVoteCountingResult.voter |
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,GroupOfVoter> |
GroupVoteCountingResult.groups |
| Modifier and Type | Method and Description |
|---|---|
GroupOfVoter |
GroupOfVoterBuilder.getRoot() |
static GroupOfVoter |
GroupOfVoter.newVoter(String voterId,
double weight,
Set<Voter> voters) |
| Modifier and Type | Method and Description |
|---|---|
static GroupVoteCountingResult |
GroupVoteCountingResult.newResult(GroupOfVoter voter,
Set<GroupOfVoter> groups) |
void |
GroupVoteCountingResult.setVoter(GroupOfVoter voter) |
| Modifier and Type | Method and Description |
|---|---|
static GroupVoteCountingResult |
GroupVoteCountingResult.newResult(GroupOfVoter voter,
Set<GroupOfVoter> groups) |
void |
GroupVoteCountingResult.setGroups(Set<GroupOfVoter> groups) |
Copyright © 2009–2014 CodeLutin. All rights reserved.