| Interface | Description |
|---|---|
| CountNode |
A positional accounting node in a delegate cascade.
|
| CountNodeW.Runner |
A routine that runs in the context of a count node.
|
| CountSource |
A source of counts.
|
| Poll |
A collection of votes on a prospective issue.
|
| Class | Description |
|---|---|
| Count |
The tallied results of a poll.
|
| Count.VoteServerScope |
API for all counts within the scope of a vote-server.
|
| CountNodeIC |
An implicitly created count node.
|
| CountNodeW |
A positional accounting node that is writable.
|
| CountSource1 |
A count source that caches a single count.
|
| CountTable |
The relational store of count nodes that (in part) backs a mounted count.
|
| CR_Reconstruct |
Responder for the command 'reconstruct' - to reconstruct a poll from scratch.
|
| CR_Unvote |
Responder for the command 'unvote' - to withdraw a vote from a poll.
|
| CR_Vote |
Responder for the command 'vote' - to cast a vote in a poll.
|
| CR_Vote.CountTablePVC |
A cached view of a count table restricted to a particular poll.
|
| CR_Vote.TracePair |
A pair of vote traces: the old trace as of last count, and a projected trace that
takes into consideration the user's subsequent input if any.
|
| InputTable |
The voter input table for all polls.
|
| Poll.U |
Poll utilities.
|
| PollService |
A poll provided as a voter service.
|
| PollService.ConstructionContext |
A context for configuring the construction of a PollService.
|
| PollService.VoteServerScope |
API for all polls within the scope of a vote-server.
|
| ReadyDirectory |
The path to a snap/readyCount record.
|
| Vote |
A voter's input to a poll backed by a row of the input table.
|
| Vote.CastEvent |
An event that records the casting of a vote.
|
| Vote.VotingEvent |
An event that records the casting or withdrawal of a vote.
|
| Vote.WithdrawalEvent |
An event that records the withdrawal of a vote.
|
| VoteCastingContext |
A context for restricting the casting of votes.
|
| WC_DivisionSmallMap |
A small map of a polling division, linking to the division page in the pollwiki.
|
| Enum | Description |
|---|---|
| XCastRelation |
The exclusive relation of one person (the person) to another (the anchor) in the
votespace of a poll, such as voter or candidate.
|