Uses of Package
votorola.a.election

Packages that use votorola.a.election
votorola.a Implementing an open electoral system: application code specific to Votorola. 
votorola.a.election Providing delegate cascade elections. 
votorola.a.election.district Categorizing elections by regional jurisdiction. 
 

Classes in votorola.a.election used by votorola.a
Election
          A delegate cascade election, provided as a formal electoral service.
 

Classes in votorola.a.election used by votorola.a.election
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
           
CR_Vote
          Responder for the command 'vote' - to cast a vote in an election.
Election
          A delegate cascade election, provided as a formal electoral service.
ReadyDirectory
          The file part of the backing to an election count.
Vote
          A voter's input to an election, backed by a row of the election's voter input table.
Vote.VotingEvent
          An event that records the casting or withdrawal of a vote.
 

Classes in votorola.a.election used by votorola.a.election.district
Election.ConfigurationContext
          A context for configuring an election.