Package | Description |
---|---|
votorola.a.count |
Counting votes and resources.
|
Modifier and Type | Method and Description |
---|---|
void |
CountTable.PollView.run(String sqlTail,
CountNodeW.Runner runner)
Pass all nodes of this view through the specified runner.
|
void |
CountTable.PollView.runCasters(String candidateEmail,
String sqlTail,
CountNodeW.Runner runner)
Pass through the specified runner all nodes that are voting directly for the
specified candidate.
|
void |
CountTable.PollView.runGroup(String groupCandidateEmail,
String sqlTail,
CountNodeW.Runner runner)
Pass through the specified runner all nodes of a group centered on a
candidate.
|