public interface VoterBuilder
Voter.| Modifier and Type | Method and Description |
|---|---|
VoterBuilder |
addVoteForChoice(String choiceId,
Double voteValue) |
void |
flush() |
Set<Voter> |
getVoters() |
VoterBuilder |
newVoter(String voterId,
double weight) |
VoterBuilder newVoter(String voterId, double weight)
VoterBuilder addVoteForChoice(String choiceId, Double voteValue)
void flush()
Copyright © 2009-2012 CodeLutin. All Rights Reserved.