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.trust |
Tracing trust networks and compiling residential voter registers.
|
Modifier and Type | Method and Description |
---|---|
Trustserver |
VoteServer.Run.trustserver()
The trustserver for this vote-server.
|
Modifier and Type | Method and Description |
---|---|
static Trustserver |
Trustserver.newTrustserver(VoteServer.Run run,
JavaScriptIncluder s)
Constructs a Trustserver.
|
Modifier and Type | Method and Description |
---|---|
void |
TrustEdge.Table.init_bars(Trustserver trustserver,
TraceNodeW.Table nodeTable)
For each trust edge in the table, calculate and store its edge bar, if any.
|
NetworkTrace |
ReadyDirectory.mount(Trustserver trustserver,
boolean isVerbose)
Traces the trust network, compiles the registration list, and posts the results to
the database and filebase.
|
Constructor and Description |
---|
TrustExtensionContext(Trustserver _trustserver,
TraceNode _traceNode0,
TraceNode _traceNode1,
TrustEdge _trustEdge)
Constructs a TrustExtensionContext.
|