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.diff |
Differencing of position drafts.
|
votorola.a.position |
Formalizing stances on prospective issues.
|
Modifier and Type | Method and Description |
---|---|
PollwikiVS |
VoteServer.pollwiki()
The pollwiki associated with this vote-server.
|
Modifier and Type | Method and Description |
---|---|
static DraftPair |
DraftPair.newDraftPair(DiffKeyParse diffKeyParse,
PollwikiVS wiki)
Constructs a DraftPair from a parsed difference key.
|
Constructor and Description |
---|
DraftPair.RevisionSeriesMismatch(DiffKeyParse diffKeyParse,
PollwikiVS wiki) |
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 List<Throwable> |
ComponentPipeRevisionL.init2(List<ComponentPipeRevisionL> components,
PollwikiVS wiki,
List<Throwable> userXList,
boolean toContinue)
Finishes the construction of the specifed component pipe revisions and sets
isFullyConstructed true for each.
|
static void |
PointerRevision.initConsume(List<PointerRevision> pointers,
PollwikiVS wiki,
URI remoteWikiScriptURI,
boolean toContinue)
Attempts to finish constructing the specifed pointer revisions by constructing
their remote drafts, each to the latest revision.
|
(package private) static PositionIDPair |
PositionIDPair.newID(PollwikiVS wiki,
String pageName,
int rev,
String content0)
Constructs a PositionIDPair.
|
static List<Throwable> |
CoreRevision.U.partialFromPageNames(List<? extends CharSequence> pageNameList,
List<CoreRevision> toCores,
Class<? extends ComponentPipeRevision> componentPipeClass,
PollwikiVS wiki,
List<Throwable> userXList,
boolean toContinue)
Partially constructs the lastest revision of each specified core page and
appends it to the provided list.
|
static List<Throwable> |
CoreRevision.U.partialFromRevs(List<Integer> revList,
List<CoreRevision> toCores,
Class<? extends ComponentPipeRevision> componentPipeClass,
PollwikiVS wiki,
List<Throwable> userXList,
boolean toContinue)
Partially constructs the specified core revisions and appends them to the
provided list.
|
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.
|
static CoreRevision |
CoreRevision.U.readPartial(XMLStreamReader xml,
PollwikiVS wiki,
Class<? extends ComponentPipeRevision> componentPipeClass)
Attempts to partially construct a CoreRevision from a page query.
|
static String |
DraftRevision.U.resolveLocation(PollwikiVS wiki,
String coreName,
CoreRevision core,
String codesvrLoc)
Constructs the URL of the draft for the named position core.
|
Constructor and Description |
---|
ComponentPipeRevision.MalformedContent(String message,
PollwikiVS wiki,
int rev) |
ComponentPipeRevision.MalformedContent(String message,
Throwable _cause,
PollwikiVS wiki,
int rev) |
ComponentPipeRevision(PollwikiVS wiki,
int _pageID,
String _pageName,
int _rev,
int _revLatest,
String nomineeName,
String personName,
String _pollName)
Constructs a ComponentPipeRevision.
|
ComponentPipeRevision1(PollwikiVS wiki,
int _pageID,
String _pageName,
int _rev,
int _revLatest,
String _nomineeName,
String _personName,
String pollName)
Partially constructs a ComponentPipeRevision1 for init to finish.
|
ComponentPipeRevisionL(PollwikiVS wiki,
int _pageID,
String _pageName,
int _rev,
int _revLatest,
String _nomineeName,
String _personName,
String pollName)
|
LocalDraftRevision(PollwikiVS wiki,
int _pageID,
String _pageName,
int _rev,
int _revLatest,
String _content0)
Constructs a LocalDraftRevision.
|
PointerRevision.MalformedContent(String message,
PollwikiVS wiki,
int rev) |
PointerRevision.MalformedContent(String message,
Throwable _cause,
PollwikiVS wiki,
int rev) |
PointerRevision.MalformedContent(Throwable _cause,
PollwikiVS wiki,
int rev) |
PointerRevision.MalformedURL(Throwable _cause,
PollwikiVS _wiki,
int _rev) |
PointerRevision(PollwikiVS wiki,
int _pageID,
String _pageName,
int _rev,
int _revLatest,
String _draftName,
URI _remoteWikiURI,
URI _remoteWikiScriptURI,
String _content0)
Partically constructs a PointerRevision for init to finish.
|