Package | Description |
---|---|
votorola.a.count |
Counting votes and resources.
|
Modifier and Type | Method and Description |
---|---|
Vote |
Vote.clone() |
Modifier and Type | Method and Description |
---|---|
(package private) void |
CR_Vote.echoTraces(Vote vote,
CommandResponder.Session session)
Appends vote traces to the reply.
|
ActivityEvent |
PollService.newChangeEventOrNull(Vote oldVote,
Vote newVote)
Either constructs an event to record the change that occured between oldVote and
newVote; or returns null, if no significant change occured.
|
protected void |
CR_Vote.writeVoteAndEcho(String newCandidateEmail,
Vote vote,
CommandResponder.Session session)
Changes the vote and writes it to the database, and appends an echo of the change
to the reply.
|
Constructor and Description |
---|
CR_Vote.TracePair(PollService poll,
Count count,
Vote _vote)
Constructs a TracePair with a standard cached view of a count table.
|
CR_Vote.TracePair(PollService _poll,
Count count,
Vote vote,
CR_Vote.CountTablePVC _countTablePV)
Constructs a TracePair.
|
Vote.CastEvent(PollService poll,
Vote vote)
Constructs a CastEvent.
|
Vote.WithdrawalEvent(PollService poll,
Vote oldVote,
Vote newVote)
Creates a WithdrawalEvent.
|