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.
|
Modifier and Type | Method and Description |
---|---|
VoterInputTable<? extends VoterService> |
InputStore.voterInputTable()
The relational store of voter input for this service.
|
Modifier and Type | Class and Description |
---|---|
class |
InputTable
The voter input table for all polls.
|
Modifier and Type | Method and Description |
---|---|
(package private) void |
Vote.write(VoterInputTable<?> voterInputTable,
ServiceSession userSession)
Writes this vote to the table if it has unwritten changes, or deletes the vote if
it's at default.
|
void |
Vote.write(VoterInputTable<?> voterInputTable,
ServiceSession userSession,
boolean toForce)
Writes this vote to the table, or deletes the vote if it's at default.
|
Constructor and Description |
---|
Vote(IDPair _voter,
VoterInputTable<?> voterInputTable)
Constructs a Vote from an ID pair, reading the initial state from the input table.
|
Vote(String voterEmail,
VoterInputTable<?> _voterInputTable)
Constructs a Vote from an email address, reading the initial state from the input
table.
|