Package | Description |
---|---|
votorola.a.count |
Counting votes and resources.
|
votorola.a.count.gwt |
Interfacing to the count engine from GWT web clients.
|
votorola.a.diff |
Differencing of position drafts.
|
Modifier and Type | Class and Description |
---|---|
(package private) class |
CountNodeIC
An implicitly created count node.
|
class |
CountNodeW
A positional accounting node that is writable.
|
Modifier and Type | Field and Description |
---|---|
static Comparator<CountNode> |
CountNodeW.DART_SECTOR_COMPARATOR
A comparator that sorts by dart sector.
|
Modifier and Type | Class and Description |
---|---|
class |
CountNodeJS
A positional accounting node in a delegate cascade implemented as a JavaScript overlay
type.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
DiffKey.isDartOrdered(CountNode aNode,
String aName,
CountNode bNode,
String bName)
|