Package | Description |
---|---|
votorola.a.count |
Counting votes and resources.
|
votorola.a.trust |
Tracing trust networks and compiling residential voter registers.
|
votorola.s.gwt.scene.feed.ss |
Supporting the server side of a feed.
|
votorola.s.gwt.scene.geo |
Mapping by geolocation.
|
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.
|
Modifier and Type | Method and Description |
---|---|
NetworkTrace |
ReadyDirectory.mount(Trustserver trustserver,
boolean isVerbose)
Traces the trust network, compiles the registration list, and posts the results to
the database and filebase.
|
static NetworkTrace |
NetworkTrace.readObjectFromSerialFile(ReadyDirectory readyDirectory) |
NetworkTrace |
Trustserver.traceToReport()
The current network trace to report, or null if there is none.
|
NetworkTrace |
Trustserver.traceToReportT()
The current network trace to report, or null if there is none.
|
Modifier and Type | Method and Description |
---|---|
TraceNode |
Trustserver.getTraceNode(NetworkTrace trace,
IDPair registrant)
Retrieves a registrant's node from a compiled network trace.
|
Modifier and Type | Method and Description |
---|---|
TraceNode |
PersonJig.traceNode(NetworkTrace trace)
Fetches this person's trace node and caches it for reuse.
|
Constructor and Description |
---|
GeomapBiterSS(VoteServer.Run run,
NetworkTrace _traceOrNull)
Constructs a GeomapBiterSS.
|