| Package | Description |
|---|---|
| votorola.a |
Providing application-specific library code for Votorola:
an experimental technology for the public guidance of electoral systems,
executive offices, legislatures, and other decision systems.
|
| votorola.a.count |
Counting votes and resources.
|
| votorola.a.diff.harvest |
Caching forum messages.
|
| votorola.a.diff.harvest.cache | |
| votorola.a.trust |
Tracing trust networks and compiling residential voter registers.
|
| votorola.a.voter |
Providing user-specific facilities.
|
| Modifier and Type | Field and Description |
|---|---|
protected Database |
VoterInputTable.database |
| Modifier and Type | Method and Description |
|---|---|
Database |
Geocode.Table.database()
The database in which this table is stored.
|
Database |
VoteServer.Run.database()
The vote-server's relational database.
|
Database |
VoterInputTable.database()
The database in which this table is stored.
|
| Constructor and Description |
|---|
Geocode.Table(Database _database)
Constructs a Table, physically creating it if it does not already exist.
|
| Modifier and Type | Method and Description |
|---|---|
(package private) Database |
CountTable.database()
The database in which this table is stored.
|
| Constructor and Description |
|---|
CountTable(ReadyDirectory _readyDirectory,
Database _database)
Constructs a CountTable.
|
| Constructor and Description |
|---|
StateTable(Database db)
Table which saves harvested urls for HarvestRunner.
|
| Modifier and Type | Method and Description |
|---|---|
(package private) Database |
DiffMessageTable.getDatabase()
Returns the database in which this table is stored.
|
Database |
HarvestCache.getDatabase()
Access the database of this HarvestCache instance.
|
| Constructor and Description |
|---|
DiffMessageTable(Database database)
Constructs a Table.
|
| Modifier and Type | Method and Description |
|---|---|
(package private) Database |
TraceNodeW.Table.database()
The database in which this table is stored.
|
(package private) Database |
Membership.Table.database()
The database in which this table is stored.
|
(package private) Database |
TrustEdge.Table.database()
The database in which this table is stored.
|
| Constructor and Description |
|---|
Membership.Table(ReadyDirectory readyDirectory,
Database database)
Constructs a Table.
|
TraceNodeW.Table(ReadyDirectory readyDirectory,
Database database)
Constructs a Table.
|
TrustEdge.Table(ReadyDirectory readyDirectory,
Database database)
Constructs a Table.
|
| Modifier and Type | Method and Description |
|---|---|
Database |
UserSettings.Table.database()
The database in which this table is stored.
|
| Constructor and Description |
|---|
UserSettings.Table(Database _database)
Constructs a Table, physically creating it if it does not already exist.
|