Package | Description |
---|---|
votorola.a.count |
Counting votes and resources.
|
Modifier and Type | Method and Description |
---|---|
static ReadyDirectory |
ReadyDirectory.createReadyDirectory(File d,
String readyTracePathname,
PipeRecognizer pipeRecognizer)
Creates a new ReadyDirectory.
|
ReadyDirectory |
Count.readyDirectory()
The file part of the backing for this count.
|
ReadyDirectory |
CountTable.readyDirectory()
The file-based counterpart to this table.
|
Modifier and Type | Method and Description |
---|---|
(package private) static boolean |
CountNodeW.isBarrable(String username,
ReadyDirectory readyDirectory)
Answers whether the specified person would be barrable.
|
(package private) boolean |
Count.isObjectReadFromSerialFile(ReadyDirectory newReadyDirectory)
Returns true if this count is probably in sync with the serial file of the
specified ready directory; false if that file has since been modified or deleted.
|
(package private) static boolean |
CountNodeW.isPersonal(String username,
ReadyDirectory readyDirectory)
Answers whether the specified person would be personal.
|
(package private) static Count |
Count.readObjectFromSerialFile(String pollName,
ReadyDirectory readyDirectory) |
Constructor and Description |
---|
Count(String pollName,
ReadyDirectory readyDirectory,
long _baseCandidateCount,
long _candidateCount,
long _castVolume,
long _rankCount)
Partially constructs a Count, for init to finish.
|
CountTable(ReadyDirectory _readyDirectory,
Database _database)
Constructs a CountTable.
|