Package | Description |
---|---|
votorola.a.count |
Counting votes and resources.
|
votorola.s.gwt.scene.feed.ss |
Supporting the server side of a feed.
|
votorola.s.wic.count |
The user interface of the count engine under Wicket.
|
Modifier and Type | Method and Description |
---|---|
Count |
CountSource1.count(String pollName) |
Count |
CountSource.count(String pollName)
Returns the count for the specified poll, or null if there is none.
|
Count |
PollService.countToReport()
The current count to report, or null if there is none.
|
Count |
PollService.countToReportT()
Siezes the thread-access lock and returns the current count to report, or null if
there is none.
|
(package private) static Count |
Count.readObjectFromSerialFile(String pollName,
ReadyDirectory readyDirectory) |
Constructor and Description |
---|
Count(Count count)
Constructs a count as a copy of another.
|
CR_Vote.TracePair(PollService poll,
Count count,
Vote _vote)
Constructs a TracePair with a standard cached view of a count table.
|
CR_Vote.TracePair(PollService _poll,
Count count,
Vote vote,
CR_Vote.CountTablePVC _countTablePV)
Constructs a TracePair.
|
Modifier and Type | Method and Description |
---|---|
Count |
PollJig.count(PollService.VoteServerScope.Run runPoll)
Fetches the currently reported count and caches it for reuse.
|
Modifier and Type | Method and Description |
---|---|
CountNodeW |
PersonJig.countNode(Count count)
Fetches this person's count node and caches it for reuse.
|
Modifier and Type | Method and Description |
---|---|
(package private) Count |
WP_Poll.PollFetcher.countToReport()
The latest count, or null if there is none.
|
Constructor and Description |
---|
Tier(CountNodeW pathNode,
CountNodeW crosspathNode,
ArrayList<CountNodeW> properNodesList,
CountNodeW candidateNode,
Count count)
Constructs a tier from an ArrayList.
|