Package | Description |
---|---|
votorola.a.count |
Counting votes and resources.
|
votorola.a.trust |
Tracing trust networks and compiling residential voter registers.
|
votorola.a.web.wic |
Serving Votorola's Wicket web interface.
|
votorola.s.gwt.scene.feed.ss |
Supporting the server side of a feed.
|
Modifier and Type | Method and Description |
---|---|
TraceNode |
VoteCastingContext.voterTraceNode()
The voter's node from the latest trace of the trust network, if any.
|
Modifier and Type | Class and Description |
---|---|
class |
Registration
A snapshot of a registrant's input to the voter registry, as transferred from the
streetwiki.
|
class |
TraceNode0
A null implementation of a node in a compiled network trace.
|
class |
TraceNodeIC
An implicitly created trace node.
|
class |
TraceNodeW
A writable node in a network trace.
|
Modifier and Type | Method and Description |
---|---|
TraceNode |
Trustserver.getTraceNode(NetworkTrace trace,
IDPair registrant)
Retrieves a registrant's node from a compiled network trace.
|
TraceNode |
TrustExtensionContext.traceNode0()
The incomplete trace node of the trust source.
|
TraceNode |
TrustExtensionContext.traceNode1()
The incomplete trace node of the trust destination.
|
Modifier and Type | Method and Description |
---|---|
(package private) static void |
Registration.toCommonXMLAttributes(TraceNode node,
VoterInputTable.XMLColumnAppender aC)
Serializes the common attributes of a registration in XML format.
|
Constructor and Description |
---|
TrustExtensionContext(Trustserver _trustserver,
TraceNode _traceNode0,
TraceNode _traceNode1,
TrustEdge _trustEdge)
Constructs a TrustExtensionContext.
|
Modifier and Type | Method and Description |
---|---|
TraceNode |
VSession.User.traceNode()
The user's node in the neighbourhood trust network, or null if there is none.
|
Modifier and Type | Method and Description |
---|---|
void |
VSession.setUser(IDPair id,
boolean persistent,
TraceNode traceNode,
VRequestCycle cycle)
Sets the authenticated user.
|
Modifier and Type | Method and Description |
---|---|
TraceNode |
PersonJig.traceNode(NetworkTrace trace)
Fetches this person's trace node and caches it for reuse.
|