Package | Description |
---|---|
votorola.a.count |
Counting votes and resources.
|
votorola.a.diff |
Differencing of position drafts.
|
votorola.a.position |
Formalizing stances on prospective issues.
|
Modifier and Type | Class and Description |
---|---|
class |
CountSource1
A count source that caches a single count.
|
Modifier and Type | Method and Description |
---|---|
static DraftPair |
DraftPair.newDraftPair(String pageName1,
String pageName2,
VoteServer.Run vsRun,
CountSource countSource)
Constructs a DraftPair from the latest revisions of the specified position cores.
|
static List<Throwable> |
DraftPair.newDraftPairs(ArrayList<String> aPageNameList,
String bPageName,
VoteServer.Run vsRun,
CountSource countSource,
List<DraftPair> pairs,
List<Throwable> userXList)
Constructs a DraftPair for the latest of each of the specified position cores that
resolves to a draft (aPageNameList) and appends it to the provided list of pairs.
|
Modifier and Type | Method and Description |
---|---|
void |
ComponentPipeRevisionWV.init(PollwikiVS _wiki,
String _contextPersonName,
CountSource _countSource) |
void |
ComponentPipeRevisionL.init(PollwikiVS wiki,
String contextPersonName,
CountSource countSource)
Finishes the construction of this CoreRevision and sets isFullyConstructed true.
|
void |
LocalDraftRevision.init(PollwikiVS _wiki,
String _contextPersonName,
CountSource _countSource) |
void |
ComponentPipeRevision1.init(PollwikiVS _wiki,
String _contextPersonName,
CountSource _countSource) |
void |
PointerRevision.init(PollwikiVS wiki,
String _contextPersonName,
CountSource _countSource) |
void |
CoreRevision.init(PollwikiVS wiki,
String contextPersonName,
CountSource countSource)
Finishes the construction of this CoreRevision and sets isFullyConstructed true.
|
void |
ComponentPipeRevisionL.init1(PollwikiVS wiki,
String contextPersonName,
CountSource countSource)
Continues the construction of this ComponentPipeRevisionL by setting the
candidate variant name if it is not already
set and the proposed pairing appears to require it.
|
static CoreRevision |
CoreRevision.U.read(XMLStreamReader xml,
PollwikiVS wiki,
Class<? extends ComponentPipeRevision> componentPipeClass,
String contextPersonName,
CountSource countSource)
Attempts to fully construct the context view
of a CoreRevision from a page query.
|