See: Description
Interface | Description |
---|---|
InputStore |
The input store of a voter service.
|
Pollwiki |
A pollwiki in an Outcast voting network.
|
VoterInterface |
A user interface for voters, providing access to voter services via a particular
protocol, such as Web or email.
|
Class | Description |
---|---|
Geocode |
The cached geocoding of a residential address, backed by a row of the vote-server's
geocode table.
|
Geocode.Table |
The geocode table of a vote-server, caching geocode data in relational form.
|
GoogleGeocoder |
A geocoder based on the Google Geocoding API, version 3.
|
InputStore.U |
Input store utilities.
|
OutputStore |
Output store utilities.
|
OutputStore.ReadyDirectory |
The path to a snap/readyTrace, snap/readyCount or other output record.
|
PageProperty |
A "semantic" property as read from a cached pollwiki page.
|
PagePropertyReader |
A reader of Semantic MediaWiki properties for a cached pollwiki page.
|
PollwikiVS |
A pollwiki from the viewpoint of a vote-server.
|
PollwikiVS.ConstructionContext |
A context for configuring the construction of a PollwikiVS.
|
VoterInputTable<S extends VoterService> |
The input table of a voter service, storing its voter input in a relational form.
|
VoterInputTable.XMLColumnAppender |
An XML column appender for a voter input table.
|
VoterInputTable.XMLColumnBuilder |
An XML column appender for a voter input table that sinks to a string builder.
|
VoterService |
A facility for voters to access and maintain a category of data on a vote-server.
|
VoterService.ConstructionContext |
A context for configuring a voter serivce.
|
VoteServer |
A server that provides polls and other voter services.
|
VoteServer.ConstructionContext |
A context for configuring the construction of a VoteServer.
|
VoteServer.DatabaseCC |
A context for configuring the construction of a vote-server Database.
|
WikiCache |
A directory of "semantic" data cached from the pollwiki
~/votorola/in/wiki . |
Enum | Description |
---|---|
VoteServer.TestUseMode |
A mode of test usage for a vote-server.
|
Exception | Description |
---|---|
Geocode.GeocodingException |
Thrown when a geocoding-specific IO exception occurs.
|
VoterInputTable.BadInputException |
Thrown when voter input is unacceptable for storage.
|
VoterService.IllegalNameException |
Thrown when a service with an illegal name is requested.
|
VoterService.NoSuchServiceException |
Thrown when an unknown voter service is requested.
|