See: Description
Interface | Description |
---|---|
TraceNode |
A node representing a single registrant in a network trace.
|
TraceNodeW.Runner |
A routine that runs in the context of a trace node.
|
Class | Description |
---|---|
Membership |
A registrant's membership in a division.
|
Membership.Table |
The relational store of memberships that (in part) backs a compiled network trace.
|
NetworkTrace |
A completed trace of a neigbourhood trust network, which also serves as a residential
voter register and (till we start aggregating multiple registers) a simple voter list.
|
NetworkTrace.VoteServerScope |
API for all traces of trust networks within the scope of a vote-server.
|
NetworkTracer |
A tracer of trust edges.
|
ReadyDirectory |
The path to a snap/readyTrace record.
|
Registration |
A snapshot of a registrant's input to the voter registry, as transferred from the
streetwiki.
|
Registration.SnapshotContext |
A context for taking a snapshot of a registration.
|
TraceNode0 |
A null implementation of a node in a compiled network trace.
|
TraceNodeIC |
An implicitly created trace node.
|
TraceNodeW |
A writable node in a network trace.
|
TraceNodeW.Table |
The relational store of nodes that (in part) backs a network trace.
|
TrustEdge |
A formal expression of trust that extends from one registrant (source) to another
(destination) in a trust network.
|
TrustEdge.Primary |
The extension of trust edges to a primary destination.
|
TrustEdge.Table |
The relational store of trust edges that (in part) backs a compiled network trace.
|
TrustExtensionContext |
A script context for restricting the extension of a trust edge.
|
Trustserver |
A trust server.
|
Trustserver.ConstructionContext |
A context for configuring the construction of a Trustserver.
|