public interface VoteCountingStrategy
| Modifier and Type | Method and Description |
|---|---|
GroupVoteCountingResult |
votecount(GroupOfVoter group)
Vote count for the given
group of voters and return the
result of it. |
VoteCountingResult |
votecount(Set<Voter> voter)
Vote count for the given
voter and return the result of it. |
GroupVoteCountingResult votecount(GroupOfVoter group)
group of voters and return the
result of it.group - the group of voters and their votes.VoteCountingResult votecount(Set<Voter> voter)
voter and return the result of it.voter - the voter and their votes.Copyright © 2009–2013 CodeLutin. All rights reserved.