Package | Description |
---|---|
votorola.a.trust |
Tracing trust networks and compiling residential voter registers.
|
Modifier and Type | Method and Description |
---|---|
TrustEdge |
TrustExtensionContext.trustEdge()
The trust edge that will be extended, if it is not barred.
|
Modifier and Type | Method and Description |
---|---|
(package private) List<TrustEdge> |
TrustEdge.Table.listEdgesFrom(IDPair registrant0)
Retrieves all edges that extend from the specified source registrant.
|
Modifier and Type | Method and Description |
---|---|
(package private) void |
TrustEdge.Table.put(TrustEdge edge)
Stores an edge in this table.
|
Constructor and Description |
---|
TrustExtensionContext(Trustserver _trustserver,
TraceNode _traceNode0,
TraceNode _traceNode1,
TrustEdge _trustEdge)
Constructs a TrustExtensionContext.
|