Package votorola.a.register

Listing voters in a formal electoral register.

See:
          Description

Interface Summary
ListNode A node representing a single voter in a compiled voter list.
ListNodeC.Runner A routine that runs in the context of a list node.
Registration A voter's input to a register, backed by a row of the register's voter input table.
 

Class Summary
CR_Set Responder for the command 'set' - to set the value of a register field.
CR_Unset Responder for the command 'unset' - to unset the value of a register field, erasing it.
ListIndexingContext A script context for configuring the indexing of a voter list that is currently being compiled.
ListNode0 A null implementation of a node in a compiled voter list.
ListNodeC A committable node in a compiled voter list.
ListNodeC.Table The relational store of voters, that (in part) backs a compiled voter list.
ListNodeIC An implicitly created list node.
Neighbourhood A neighbourhood in a compiled voter list.
Neighbourhood.CachedTable A cached neighbourhood table, with cache controls.
Neighbourhood.Key A unique identifier for a particular neighbourhood.
Neighbourhood.Table The relational store of trust neighbourhoods that (in part) backs a compiled voter list.
NeighbourhoodIC An implicitly created neighbourhood.
ReadyDirectory The file part of the backing to a voter list.
Register A register, provided as a formal electoral service.
Register.ConfigurationContext A context for configuring a register.
RegistrationC A committable instance of a voter's input to a register.
VOList Main class of the command line executable 'volist' - a service utility to compile a list of voters.
VoterList A compiled list of voters from an electoral register.
WP_List A page of the voter list, in the Web interface - showing a node of the neighbourhood tree: either a non-leaf neighbourhood, containing a list of child neighbourhoods; or a leaf neighbourhood, containing a list of voters.
WP_List.SessionScope Session scope for instances of WP_List.
WP_Register A register overview page.
WP_Register.RegisterFetcher A serializeable container for the register and its latest voter list.
WP_Registration A registration page in the Web interface - for setting the user's register fields.
WP_Voter A voter page in the Web interface - providing an overview of a voter or person.
 

Package votorola.a.register Description

Listing voters in a formal electoral register.