Package | Description |
---|---|
votorola.a.trust |
Tracing trust networks and compiling residential voter registers.
|
Modifier and Type | Method and Description |
---|---|
static ReadyDirectory |
ReadyDirectory.createReadyDirectory(File snapDirectory)
Creates a ready directory and returns an instance of it.
|
ReadyDirectory |
NetworkTrace.readyDirectory()
The file part of the backing for this trace.
|
(package private) ReadyDirectory |
TraceNodeW.Table.readyDirectory()
The file-based counterpart to this table.
|
(package private) ReadyDirectory |
Membership.Table.readyDirectory()
The file-based counterpart to this table.
|
(package private) ReadyDirectory |
TrustEdge.Table.readyDirectory()
The file-based counterpart to this table.
|
Modifier and Type | Method and Description |
---|---|
(package private) boolean |
NetworkTrace.isObjectReadFromSerialFile(ReadyDirectory newReadyDirectory)
Returns true if this trace is probably in sync with the serial file of the
specified ready directory; false if that file has since been modified or deleted.
|
static NetworkTrace |
NetworkTrace.readObjectFromSerialFile(ReadyDirectory readyDirectory) |
Constructor and Description |
---|
Membership.Table(ReadyDirectory readyDirectory,
Database database)
Constructs a Table.
|
NetworkTrace(ReadyDirectory _readyDirectory)
Partially constructs a NetworkTrace.
|
TraceNodeW.Table(ReadyDirectory readyDirectory,
Database database)
Constructs a Table.
|
TrustEdge.Table(ReadyDirectory readyDirectory,
Database database)
Constructs a Table.
|