Package | Description |
---|---|
votorola.a.count |
Counting votes and resources.
|
votorola.a.trust |
Tracing trust networks and compiling residential voter registers.
|
Constructor and Description |
---|
VoteCastingContext(boolean _isRealCount,
TraceNodeW _voterTraceNode,
Set<String> _voterDivisions)
Constructs a VoteCastingContext.
|
Modifier and Type | Class and Description |
---|---|
class |
TraceNodeIC
An implicitly created trace node.
|
Modifier and Type | Method and Description |
---|---|
TraceNodeW |
TraceNodeW.Table.get(IDPair registrant)
Retrieves a node from this table.
|
TraceNodeW |
TraceNodeW.Table.getOrCreate(IDPair registrant)
Retrieves a node from this table; or if none is stored, a default node.
|
Modifier and Type | Method and Description |
---|---|
void |
NetworkTracer.extendLevelChange(TraceNodeW node0,
int old0Level)
Extends a change in trust level from the specified node.
|
(package private) void |
TraceNodeW.Table.put(TraceNodeW node,
int[] trustEdgeCountArray)
Stores a node.
|
void |
TraceNodeW.Runner.run(TraceNodeW node)
Runs this routine in the context of the specified trace node.
|