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.diff |
Differencing of position drafts.
|
votorola.a.diff.harvest.cache | |
votorola.a.response.line |
Interfacing with administrators via the command line.
|
votorola.a.trust |
Tracing trust networks and compiling residential voter registers.
|
votorola.a.web.wic |
Serving Votorola's Wicket web interface.
|
votorola.s.mail |
Votorola's mail interface.
|
Modifier and Type | Method and Description |
---|---|
VoteServer |
VoteServer.Run.voteServer()
The vote-server for this run.
|
Modifier and Type | Method and Description |
---|---|
(package private) void |
PollwikiVS.init(VoteServer vS)
Completes the construction of this PollwikiVS.
|
static Iterable<File> |
InputStore.U.mirrorSourceDirectories(VoteServer voteServer)
All mirror source directories, each directory (S) located at
~/votorola/in/vomir/S . |
Constructor and Description |
---|
WikiCache(VoteServer _voteServer)
Constructs a WikiCache.
|
Modifier and Type | Method and Description |
---|---|
VoteServer |
PollService.ConstructionContext.voteServer()
The vote-server.
|
Constructor and Description |
---|
Count.VoteServerScope(VoteServer vS)
Constructs a VoteServerScope.
|
PollService.VoteServerScope(VoteServer _voteServer,
VoteServer.ConstructionContext vsCC)
Constructs a VoteServerScope.
|
Constructor and Description |
---|
DiffCache(VoteServer _vS,
VoteServer.ConstructionContext cc)
Constructs a DiffCache for inclusion in a vote-server.
|
Modifier and Type | Method and Description |
---|---|
VoteServer |
HarvestCache.voteServer()
Return the VoteServer instance for this Cache.
|
Modifier and Type | Method and Description |
---|---|
protected VoteServer |
ResultsCompiler.voteServer()
The lazilly initialized vote-server.
|
Modifier and Type | Method and Description |
---|---|
VoteServer |
Trustserver.ConstructionContext.voteServer()
The vote-server.
|
VoteServer |
Registration.SnapshotContext.voteServer()
The vote-server.
|
Constructor and Description |
---|
NetworkTrace.VoteServerScope(VoteServer vS)
Constructs a VoteServerScope.
|
Registration.SnapshotContext(VoteServer _voteServer,
Registration _registration) |
Modifier and Type | Method and Description |
---|---|
static StringBuilder |
WC_Stage.appendLeader(VSession.User userOrNull,
VoteServer vS,
VRequestCycle cycle)
Appends the leading portion of the script.
|
Constructor and Description |
---|
PublicConfigRequestMapper(VoteServer voteServer) |
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.
|
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.
|