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.trust |
Tracing trust networks and compiling residential voter registers.
|
votorola.s.mail |
Votorola's mail interface.
|
Constructor and Description |
---|
VoterService.ConstructionContext(String name,
JavaScriptIncluder s) |
VoterService.ConstructionContext(String _name,
JavaScriptIncluder s,
Pattern namePattern) |
Modifier and Type | Method and Description |
---|---|
(package private) JavaScriptIncluder |
PollService.configurationScript()
The compiled configuration script for the poll.
|
Modifier and Type | Method and Description |
---|---|
JavaScriptIncluder |
Trustserver.runtimeConfigurationScript()
The compiled runtime-configuration script for the trustserver.
|
Modifier and Type | Method and Description |
---|---|
static Trustserver |
Trustserver.newTrustserver(VoteServer.Run run,
JavaScriptIncluder s)
Constructs a Trustserver.
|
Modifier and Type | Method and Description |
---|---|
static JavaScriptIncluder |
VOFaceMail.compileConfigurationScript(VoteServer voteServer)
Executes the configuration script of the mail interface (without making any
configuration calls), thus compiling it for subsequent use.
|
JavaScriptIncluder |
MailMetaService.runtimeConfigurationScript()
The runtime configuration file for this meta-service.
|
Modifier and Type | Method and Description |
---|---|
static VOFaceMail.ConstructionContext |
VOFaceMail.ConstructionContext.configure(VoteServer voteServer,
JavaScriptIncluder s)
Constructs the complete configuration of the mail interface.
|
static MailMetaService.ConstructionContext |
MailMetaService.ConstructionContext.configure(VoteServer voteServer,
JavaScriptIncluder s)
Constructs the complete configuration of the meta-service, and runs sanity
tests on it.
|
static MailMetaService |
MailMetaService.newMetaService(VoteServer.Run vsRun,
JavaScriptIncluder s)
Constructs a MailMetaService.
|