Package | Description |
---|---|
votorola.a |
Providing application-specific library code for Votorola:
an experimental technology for the public guidance of electoral systems,
executive offices, legislatures, and other decision systems.
|
votorola.a.count |
Counting votes and resources.
|
votorola.a.response |
Interfacing with users by command/response.
|
votorola.a.trust |
Tracing trust networks and compiling residential voter registers.
|
votorola.s.line |
Command line executables for Votorola.
|
votorola.s.mail |
Votorola's mail interface.
|
Modifier and Type | Class and Description |
---|---|
class |
VoterInputTable<S extends VoterService>
The input table of a voter service, storing its voter input in a relational form.
|
Modifier and Type | Field and Description |
---|---|
protected S |
VoterInputTable.voterService |
Modifier and Type | Method and Description |
---|---|
<S extends VoterService> |
VoteServer.Run.init_ensureVoterService(File startupConfigurationFile,
Class<S> serviceClass)
Returns a voter service, creating it if necessary and storing it for later
retrieval.
|
Modifier and Type | Method and Description |
---|---|
VoterService[] |
VoteServer.Run.newVoterServiceArray()
Returns all non-poll voter services provided in this run.
|
VoterService |
VoteServer.Run.voterService(String name)
Returns a non-poll voter service provided in this run; or null if the name
designates no provided non-poll service.
|
Modifier and Type | Method and Description |
---|---|
VoterInputTable<? extends VoterService> |
InputStore.voterInputTable()
The relational store of voter input for this service.
|
Modifier and Type | Method and Description |
---|---|
void |
VoteServer.Run.init_putVoterService(VoterService service)
Stores a voter service in this run, for later retrieval.
|
String |
VoterInterface.serviceAccessDescriptor(VoterService s)
Constructs an access descriptor, such as a URL or email address, that is suitable
for accessing the specified voter service within this voter interface.
|
Modifier and Type | Class and Description |
---|---|
class |
PollService
A poll provided as a voter service.
|
Constructor and Description |
---|
CR_Reconstruct(VoterService voterService)
Constructs a CR_Reconstruct.
|
Modifier and Type | Field and Description |
---|---|
protected VoterService |
CommandResponder.Base.voterService |
Constructor and Description |
---|
CommandResponder.Base(VoterService voterService,
String keyPrefix)
Constructs a Base.
|
CR_Hello(VoterService voterService)
Constructs a CR_Hello.
|
CR_Help(VoterService voterService)
Constructs a CR_Help.
|
CR_Version(VoterService voterService)
Constructs a CR_Version.
|
Modifier and Type | Class and Description |
---|---|
class |
Trustserver
A trust server.
|
Modifier and Type | Method and Description |
---|---|
String |
VOTer.serviceAccessDescriptor(VoterService s) |
Modifier and Type | Class and Description |
---|---|
class |
MailMetaService
The meta-service of the mail-based voter interface.
|
Modifier and Type | Method and Description |
---|---|
String |
VOFaceMail.serviceAccessDescriptor(VoterService s) |
String |
MailMetaService.serviceEmail(VoterService service)
Constructs the email address of a voter service.
|