Votorola

Package votorola.a

Implementing Votorola — software for building consensus and reaching decisions in public.

See:
          Description

Interface Summary
InputStore The input store of a voter service.
Pollserver.UserSession A session between a user and a running pollserver.
VoterInterface A user interface for voters, providing access to voter services via a particular protocol, such as Web or email.
 

Class Summary
Geocode The cached geocoding of a residential address, backed by a row of the pollserver's geocode table.
Geocode.GoogleGeocoding An account with the geocoding service of the Google Maps API.
Geocode.Table The geocode table of a pollserver, caching geocode data in relational form.
InputStore.X Input store utilities.
OutputStore Output store utilities.
OutputStore.ReadyDirectory The path to a snap/readyList or snap/readyCount record.
Pollserver A server that provides polls and other voter services.
Pollserver.ConstructionContext A context for configuring a pollserver.
Pollserver.DatabaseCC A context for configuring a PostgreSQL database for a pollserver.
VoterInputTable<S extends VoterService> The input table of a voter service, storing its voter input in a relational form.
VoterService A facility for voters to access and maintain a specific class of data on a pollserver.
VoterService.ConstructionContext A context for configuring a voter serivce.
VoterService.UIdentified A universally identified voter service.
VoterService.UIdentified.ConstructionContext A context for configuring a universally identified voter serivce.
 

Enum Summary
Pollserver.TestUseMode A mode of test usage for a pollserver.
 

Exception Summary
Geocode.GeocodingException Thrown when a geocoding-specific IO exception occurs.
VoterInputTable.BadInputException Thrown when voter input is unacceptable for storage.
VoterService.NoSuchServiceException Thrown when an unknown voter service is requested.
 

Package votorola.a Description

Implementing Votorola — software for building consensus and reaching decisions in public.


Votorola