Package votorola.a.election

Providing delegate cascade elections.

See:
          Description

Class Summary
Count The tallied results of an election.
CountNode A node in a delegate cascade, it records the cumulative cast/count state for a single voter/candidate.
CountNode.Table The relational store of count nodes that (in part) backs a election count.
CountNode.Table.RankedCumulate  
CountNodeIC An implicitly created count node.
CR_Unvote Responder for the command 'unvote' - to withdraw a vote from an election.
CR_Vote Responder for the command 'vote' - to cast a vote in an election.
CR_Vote.CachedCountNodeTable A count-node table that caches its nodes.
CR_Vote.TracePair A pair of vote traces: the old trace, as of last count; and a newly projected trace, based on the voter's subsequent input (if any).
Election A delegate cascade election, provided as a formal electoral service.
Election.ConfigurationContext A context for configuring an election.
EligibilityContext A script context for testing the eligibility of a particular vote.
ReadyDirectory The file part of the backing to an election count.
VOCount Main class of the command line executable 'vocount' - a service utility to tally the results of an election.
Vote A voter's input to an election, backed by a row of the election's voter 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.
WP_Count A count page - showing the results of an election.
WP_Election An election overview page.
WP_Election.ElectionFetcher A serializeable container for an election and its latest count.
WP_Election.ElectionLink A link to a page under the election navigation bar.
WP_Election.ElectionNavPile Navigation bars for the top of election pages.
WP_Election.ElectionTab A navigation tab for an election page.
WP_Election.RegionalPathMPE A mutable regional path for an election page.
WP_Vote A voting page in the Web interface - for casting a vote in an election.
 

Package votorola.a.election Description

Providing delegate cascade elections.