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.wap |
Providing a web API for Votorola.
|
votorola.a.web.wic |
Serving Votorola's Wicket web interface.
|
votorola.s.gwt.scene.feed.ss |
Supporting the server side of a feed.
|
votorola.s.gwt.scene.geo |
Mapping by geolocation.
|
votorola.s.gwt.scene.vote |
Mapping society along lines of formal assent.
|
votorola.s.mail |
Votorola's mail interface.
|
Modifier and Type | Field and Description |
---|---|
protected VoteServer.Run |
VoterService.vsRun |
Modifier and Type | Method and Description |
---|---|
VoteServer.Run |
VoterService.vsRun()
The vote-server run, in which this service is provided.
|
Constructor and Description |
---|
VoterService(VoteServer.Run _vsRun,
VoterService.ConstructionContext cc)
Partially creates a VoterService.
|
Modifier and Type | Method and Description |
---|---|
VoteServer.Run |
PollService.VoteServerScope.Run.vsRun()
The vote-server run.
|
VoteServer.Run |
CountSource1.vsRun()
The ultimate source of the count.
|
Modifier and Type | Method and Description |
---|---|
int |
ReadyDirectory.mount(VoteServer.Run run,
NetworkTrace networkTrace,
boolean isVerbose)
Tallies the results and posts them to the database and filebase.
|
boolean |
ReadyDirectory.unmount(VoteServer.Run run)
Reverses a previous mount, erasing the results from the database and filebase.
|
Constructor and Description |
---|
CountSource1(VoteServer.Run _vsRun)
Constructs a CountSource1.
|
PollService.VoteServerScope.Run(VoteServer.Run _vsRun)
Constructs a Run.
|
Modifier and Type | Method and Description |
---|---|
static DraftPair |
DraftPair.newDraftPair(String pageName1,
String pageName2,
VoteServer.Run vsRun,
CountSource countSource)
Constructs a DraftPair from the latest revisions of the specified position cores.
|
static List<Throwable> |
DraftPair.newDraftPairs(ArrayList<String> aPageNameList,
String bPageName,
VoteServer.Run vsRun,
CountSource countSource,
List<DraftPair> pairs,
List<Throwable> userXList)
Constructs a DraftPair for the latest of each of the specified position cores that
resolves to a draft (aPageNameList) and appends it to the provided list of pairs.
|
Modifier and Type | Method and Description |
---|---|
static HarvestCache |
HarvestCache.init(VoteServer.Run vsRun)
The cache needs access to a VoteServer.Run and must be initialized
before usage.
|
Modifier and Type | Method and Description |
---|---|
protected VoteServer.Run |
ResultsCompiler.vsRun()
The lazilly started and locked vote-server run.
|
Modifier and Type | Method and Description |
---|---|
static Trustserver |
Trustserver.newTrustserver(VoteServer.Run run,
JavaScriptIncluder s)
Constructs a Trustserver.
|
boolean |
ReadyDirectory.unmount(VoteServer.Run vsRun)
Reverses a previous mount, erasing the results from the database and filebase.
|
Modifier and Type | Method and Description |
---|---|
VoteServer.Run |
WAP.vsRun()
The run of the vote-server against which requests are made.
|
Modifier and Type | Method and Description |
---|---|
VoteServer.Run |
VOWicket.vsRun()
The vote-server run for which this web interface is provided.
|
Modifier and Type | Method and Description |
---|---|
static Biter[] |
Biter.U.assembleBiters(VoteServer.Run run)
Assembles an array of biters suitable for handling a particular request to a
bite feed.
|
Constructor and Description |
---|
GeomapBiterSS(VoteServer.Run run,
NetworkTrace _traceOrNull)
Constructs a GeomapBiterSS.
|
Constructor and Description |
---|
VotespaceBiterSS(VoteServer.Run run)
Constructs a VotespaceBiterSS.
|
Modifier and Type | Method and Description |
---|---|
static MailMetaService |
MailMetaService.newMetaService(VoteServer.Run vsRun,
JavaScriptIncluder s)
Constructs a MailMetaService.
|
Constructor and Description |
---|
MailMetaService(VoteServer.Run run,
MailMetaService.ConstructionContext cc) |