Package | Description |
---|---|
votorola.a.count |
Counting votes and resources.
|
Modifier and Type | Class and Description |
---|---|
static class |
CR_Vote.CountTablePVC
A cached view of a count table restricted to a particular poll.
|
Modifier and Type | Field and Description |
---|---|
CountTable.PollView |
CR_Vote.TracePair.countTablePV
A cached count table, holding in memory all nodes affected by the uncast/cast
of the projection.
|
Modifier and Type | Method and Description |
---|---|
CountTable.PollView |
Count.countTablePV()
The poll view of the count table, if known.
|
CountTable.PollView |
CountNodeW.tablePV()
The table in which this node is stored, or null if this is a deserialized,
read-only node.
|
Constructor and Description |
---|
CountNodeIC(CountTable.PollView _tablePV,
IDPair _person)
Creates a CountNodeIC with default values.
|
CountNodeW(CountTable.PollView _tablePV)
Partially creates a CountNodeW with default values, for init to finish.
|
CountNodeW(CountTable.PollView _tablePV,
IDPair _person)
Creates a CountNodeW with default values.
|
CountNodeW(CountTable.PollView _tablePV,
IDPair _person,
String _bar,
String _candidateEmail,
long _carryVolume,
byte _dartSector,
long _directVoterCount,
boolean _isCast,
boolean _isCycler,
long _rank,
long _rankIndex,
long _receiveVolume,
long _time,
String xml)
Constructs a CountNodeW.
|