A B C D E F G H I J K L M N O P R S T U V W X

A

acceptsAnonymousIssue() - Method in interface CommandResponder
Returns true if the command may be issued by an anonymous or unauthenticated user; false if an authenticated user email address is required.
acceptsAnonymousIssue() - Method in class CommandResponder.Base
Returns false.
acceptsAnonymousIssue() - Method in class CR_Hello
Returns true.
acceptsAnonymousIssue() - Method in class CR_Help
Returns true.
acceptsAnonymousIssue() - Method in class CR_Version
Returns true.
ActivityEvent - Class in votorola.a.voter
A recorded atom of user, administrative or system activity, that would be of general interest to users.
ActivityEvent() - Constructor for class ActivityEvent
 
ActivityList - Class in votorola.a.voter
A rolling list of activity events, beginning with the most recent.
ActivityList() - Constructor for class ActivityList
 
activityList() - Method in class WP_Meta.ApplicationScope
 
ActivityList.TL - Class in votorola.a.voter
An activity list that allows for thread-safe logging.
ActivityList.TL() - Constructor for class ActivityList.TL
 
actualIndex(int) - Method in class IndexOffsetter
Returns the actual index of a given logical index.
add(Hold) - Method in interface Spool
Adds the hold to the spool, or releases it immediately.
add(Hold) - Method in class Spool0
Does nothing.
add(Hold) - Method in class Spool1
 
add(Hold) - Method in class SpoolT
Adds the hold to the spool, or releases it immediately.
add(int, Hold) - Method in class SpoolT
 
addAll(int, Collection<? extends Hold>) - Method in class Spool1
 
addAll(int, Collection<? extends Hold>) - Method in class SpoolT
 
addElement(Hold) - Method in class SpoolT
 
addFirst(Hold) - Method in class Spool1
 
addLast(Hold) - Method in class Spool1
 
addLinkViews(Link...) - Method in class WP_Message
Adds some links to the bottom of the page.
addOccurence(String) - Method in class Option
Adds an actual occurence of this formal option.
addPrimaryTrust(String, int) - Method in class Register.ConfigurationContext
Adds primary trust edges to the neighbourhood network.
address() - Method in class Geocode
The residential address that is geocoded.
addTrustDestination(String, ElectoralSubserver.UserSession) - Method in class RegistrationC
Adds a new trust destination, if not already present.
addVoter(ListNode) - Method in class Neighbourhood.CachedTable
Adds a voter to the table, updating the counts for the voter's neighbourhood, and its ancestors in the tree.
ALL - Static variable in class LoggerX
 
append(int) - Method in class ReplyBuilder
Appends the string representation of the specified integer to the buffer.
append(long) - Method in class ReplyBuilder
Appends the string representation of the specified long integer to the buffer.
append(char) - Method in class ReplyBuilder
Appends the specified character to the buffer.
append(CharSequence) - Method in class ReplyBuilder
Appends the specified character sequence to the buffer.
append(CharSequence, int, int) - Method in class ReplyBuilder
Appends a subsequence of the specified character sequence to the buffer.
appendDoubtList(List<DoubtSignal>, CommandResponder.Session) - Method in class CR_Doubt
Appends a list of doubted voters to the reply.
appendField(String, String, StringBuilder) - Static method in class VoterInputTable
Serializes the string value of a field and appends it to a string builder, destined for writing to the 'xml' column.
appendln() - Method in class ReplyBuilder
Appends a newline.
appendln(char) - Method in class ReplyBuilder
Appends the specified character, plus a newline, to the buffer.
appendln(CharSequence) - Method in class ReplyBuilder
Appends the specified character sequence, plus a newline, to the buffer.
appendlnn() - Method in class ReplyBuilder
Appends a double newline.
appendlnn(CharSequence) - Method in class ReplyBuilder
Appends the specified character sequence, plus a double newline, to the buffer.
appendRepeat(char, int) - Method in class ReplyBuilder
Appends n copies of character c to the buffer.
appendRepeatln(char, int) - Method in class ReplyBuilder
Appends n copies of character c, plus a newline, to the buffer.
appendRepeatlnn(char, int) - Method in class ReplyBuilder
Appends n copies of character c, plus a double newline, to the buffer.
appendStyleClass(C, String) - Static method in class VPage
Appends a CSS class identifier to the component's 'class' attribute.
appendTrustList(RegistrationC, CommandResponder.Session) - Method in class CR_Trust
Appends a list of trusted voters to the reply.
apply() - Method in class Option
Applies the option.
argumentValue - Variable in class Option
 
argumentValue() - Method in class Option
Returns the value of the option argument from the last actual occurence of this option.
ArrayListU<E> - Class in votorola.g.util
An unmodifiable list, backed by an array.
ArrayListU(E[]) - Constructor for class ArrayListU
Contructs an ArrayListU.
ArrayListU.Open<E> - Class in votorola.g.util
An unmodifiable list that provides open access to the backing array.
ArrayListU.Open(E[]) - Constructor for class ArrayListU.Open
Contructs an ArrayListU.Open.
ArrayX - Class in votorola.g.sql
Array utilities.
ATOM - Static variable in class ContentType
A ContentType constant that describes the base unqualified Atom content type.
ATOM_ENTRY - Static variable in class ContentType
A ContentType constant that describes the qualified Atom entry content type.
ATOM_FEED - Static variable in class ContentType
A ContentType constant that describes the qualified Atom feed content type.
ATOM_SERVICE - Static variable in class ContentType
A ContentType constant that describes the Atom Service content type.
attachTrustEdge(int) - Method in class ListNodeC
Attaches a trust edge to this node.
ATTR_CHARSET - Static variable in class ContentType
Name of the attribute that contains the encoding character set for the content type.

B

backingArray - Variable in class ArrayListU
 
BODY_DOTX_PATTERN - Static variable in class FileX
Pattern to split a filename (or path) into two groups: body and dot-extension.
bookmark() - Method in class WP_Election.ElectionTab
 
bookmark() - Method in class WP_Voter.VoterTab
 
bookmark() - Method in class NavTab
Returns a bookmark for the page to which this tab links.
bookmark() - Method in class SuperTab
 
Bookmark - Class in votorola.g.servlet
The link particulars of a bookmarkable page, namely the page class and parameters.
Bookmark(Class) - Constructor for class Bookmark
Constructs a Bookmark for a page without parameters.
Bookmark(Class, PageParameters) - Constructor for class Bookmark
Constructs a Bookmark.
bookmark() - Method in class BookmarkRunner
The bookmark to set as the response page.
BookmarkablePageLinkX - Class in votorola.g.servlet
An extended implementation of a bookmarkable page link.
BookmarkablePageLinkX(String, Bookmark) - Constructor for class BookmarkablePageLinkX
Constructs a BookmarkablePageLinkX, taking its parameters from a bookmark.
BookmarkablePageLinkX(String, Class) - Constructor for class BookmarkablePageLinkX
Constructs a BookmarkablePageLinkX.
BookmarkablePageLinkX(String, Class, PageParameters) - Constructor for class BookmarkablePageLinkX
Constructs a BookmarkablePageLinkX with parameters.
BookmarkRunner - Class in votorola.g.servlet
A request cycle runner that sets the response page, according to a bookmark.
BookmarkRunner(Bookmark) - Constructor for class BookmarkRunner
Constructs a BookmarkRunner.
booleanToString(boolean) - Static method in class VoterInputTable
Returns a non-empty string if b is true; null otherwise.
bunA() - Method in class CommandResponder.Session
The application (A) bundle formatter for this session.
bunA() - Method in class VRequestCycle
Returns the application (A) bundle formatter for the request.
bundle - Variable in class BundleFormatter
 
bundle() - Method in class BundleFormatter
The local resource bundle.
BundleFormatter - Class in votorola.a.locale
A composite resource bundle and string formatter.
BundleFormatter(ResourceBundle) - Constructor for class BundleFormatter
Constructs a BundleFormatter.
bunW() - Method in class VRequestCycle
Returns the Web (W) bundle formatter for the request.

C

CacheControlledTable - Interface in votorola.g.sql
A relational database table with controlled caching of rows.
cacheDirectory() - Method in class ElectoralSubserver
The directory for storage of files that are generated at runtime, and persisted from run to run.
cacheDirectory() - Method in class VApplication
Directory for storage of Web interface files that are generated at runtime, and persisted from run to run.
candidateCount() - Method in class Count
The number of nodes with a receive count of 1 or higher.
candidateCount - Variable in class CountNode.Table.RankedCumulate
 
candidateEmail() - Method in class Vote.VotingEvent
Identifies the candidate for whom the vote was cast, or from whom the vote was withdrawn.
canonicalAddress(String) - Static method in class InternetAddressX
Converts an email address to canonical form.
canonicalEmail(String, String, CommandResponder.Session) - Static method in class CommandResponder.Base
Returns the canonical form of an email address argument.
carryCount() - Method in class CountNode
The number of received votes that are carried to the candidate node along with this node's single cast vote.
cast(boolean) - Method in class CountNode
Attempts to cast a vote for the chosen candidate.
castOrWrapped(Exception) - Static method in exception VotorolaRuntimeException
Returns the same exception cast as runtime exception, if possible; otherwise wrapped by a new instance of VotorolaRuntimeException.
Catcher<S> - Interface in votorola.g.lang
A catcher of errors and exceptions.
Catcher.X - Class in votorola.g.lang
Catcher utilities.
catcher0 - Static variable in interface Spool
A common instance of a null catcher.
Catcher0<S> - Class in votorola.g.lang
Null implementation of a catcher, it re-throws all errors and exceptions.
Catcher0() - Constructor for class Catcher0
 
CatcherP<S> - Class in votorola.g.lang
A catcher that prints exceptions to the standard error stream, but rethrows errors.
CatcherP() - Constructor for class CatcherP
 
catchError(S, Error) - Method in interface Catcher
Handles an error.
catchError(S, Error) - Method in class Catcher0
Immediately re-throws the error.
catchError(S, Error) - Method in class CatcherP
Immediately re-throws the error.
catchException(S, Exception) - Method in interface Catcher
Handles an exception.
catchException(S, Exception) - Method in class Catcher0
Immediately re-throws the exception.
catchException(S, Exception) - Method in class CatcherP
Calls Catcher.X.printStackTrace( source, x, System.err ).
cc - Variable in class MailResponder
 
chomplnn() - Method in class ReplyBuilder
Chops any trailing double newline down to a single newline.
clear() - Method in class WP_OpenIDReturn.SessionScope
Clears the state of this session scope, releasing any resources it holds.
clearChild() - Method in class Neighbourhood
 
clearOpenID() - Method in class UserSettings
Clears the OpenID, by setting it to null.
clone() - Method in class CountNode
 
clone() - Method in class Vote
 
clone() - Method in class RegistrationC
 
collapseAndTrim(StringBuilder) - Static method in class StringBuilderX
Collapses contiguous runs of whitespace to a single space each, and trims all whitepace from the ends.
CommandLine - Class in votorola.a.manline
Utilities for a command line commitTrustAndEcho(String, boolean, RegistrationC, CommandResponder.Session) - Method in class CR_Trust
Commits the addition or removal of a trusted voter, and appends an echo of the change to the reply.
commitVoteAndEcho(String, Vote, CommandResponder.Session) - Method in class CR_Vote
Changes and commits the voter's vote, and appends an echo of the change to the reply.
compare(RegionalNode, RegionalNode) - Method in class RegionalNode.ShortTitleComparator
 
compare(CommandResponder, CommandResponder) - Method in class CommandResponder.Session.ResponderNameComparator
 
compareTo(DoubtSignal) - Method in class DoubtSignal
Compares based on voter1Email (first) and voter0Email (second).
compareTo(DoubtSignal.Key) - Method in class DoubtSignal.Key
 
compareTo(Option) - Method in class Option
Compares based on name.
compileBaseOptions() - Static method in class CommandLine
Compiles a minimal map of options for a command line executable.
compileBaseOptions(CommandResponder.Session) - Static method in class CommandResponder.Base
Compiles a minimal map of options for a responder.
compileConfigurationScript(ElectoralSubserver) - Static method in class MailResponder
Executes the configuration script of the mail responder (without making any configuration calls), thus compiling it for subsequent use.
compileOptions(CommandResponder.Session) - Static method in class CR_Vote
Compiles a map of launch options.
compileOptions(CommandResponder.Session) - Static method in class CR_Set
Compiles a map of launch options.
CONFIG - Static variable in class LoggerX
 
configurationContext - Variable in class ElectoralService
Stored as a convenience for subclass initialization, may be nulled afterwards by subclass.
configurationDirectory() - Method in class Election
The directory containing this election's configuration files.
configurationDirectory() - Method in class Register
The directory containing this register's configuration files.
configurationFile() - Method in class District
The configuration file for this district.
configurationFile() - Method in class RegionalScheme
The configuration file for this scheme.
configurationFile() - Method in class Election
 
configurationFile() - Method in class ElectoralService
The primary configuration file for this electoral service.
configurationFile() - Method in class ElectoralSubserver
The configuration file for this subserver.
configurationFile() - Method in class MailMetaService
The configuration file for this meta-service.
configurationFile() - Method in class MailResponder
The configuration file for this responder daemon.
configurationFile() - Method in class Register
 
configurationFile() - Method in class VApplication
The scripted configuration file for this Web interface.
configurationFile() - Method in class SMTPTransportX.ConfigurationContext
The file from which this configuration context was generated.
configure(ElectoralSubserver, JavaScriptIncluder) - Static method in class MailMetaService.ConfigurationContext
Constructs the complete configuration of the meta-service.
configure(ElectoralSubserver, JavaScriptIncluder) - Static method in class MailResponder.ConfigurationContext
Constructs the complete configuration of the responder daemon.
configureResponse() - Method in class WP_OpenIDReturn
 
configureResponse() - Method in class WP_Yadis
 
connection() - Method in class Database
Returns the database connection of this interface.
consumerManager() - Method in class VApplication
The OpenID consumer manager.
containsDelimiter(String) - Static method in class VoterInputTable
Returns true if the specified data string contains a serialization delimiter character (tab or newline), making it invalid for storage in a voter input table.
ContentType - Class in votorola.g.servlet
Simple class for parsing and generating Content-Type header values, per RFC 2045 (MIME) and 2616 (HTTP 1.1).
ContentType() - Constructor for class ContentType
Constructs a new instance with default media type
ContentType(String) - Constructor for class ContentType
Constructs a new instance from a content-type header value parsing the MIME content type (RFC2045) format.
copy(RegionalPath, RegionalPathM) - Static method in class RegionalPathM.XM
Copies all nodes from p1 to p2.
copy(Neighbourhood) - Method in class Neighbourhood
Copy all the fieelds of another neighbourhood.
copyAs(File, File) - Static method in class FileX
 
copyAs(File, File, FileFilter) - Static method in class FileX
Copies a file to a new file named as specified.
copyOrNew(PageParameters) - Static method in class PageParametersX
Constructs a PageParameters, copying its state from the specified source, if it is not null.
copyTo(File, File) - Static method in class FileX
 
copyTo(File, File, FileFilter) - Static method in class FileX
 
Count - Class in votorola.a.election
The tallied results of an election.
Count(ReadyDirectory, CountNode.Table.RankedCumulate) - Constructor for class Count
Constructs a Count.
countDatabase() - Method in class Election.ConfigurationContext
The context for configuring the election's count database.
countDatabase() - Method in class Election
Database for mounting the relational parts of this election's counts -- a reference to a shared instance (not thread safe).
CountDownLatchX - Class in votorola.g.util.concurrent
An extended CountDownLatch, and CountDownLatch utilities.
CountDownLatchX(int) - Constructor for class CountDownLatchX
 
CountNode - Class in votorola.a.election
A node in a delegate cascade, it records the cumulative cast/count state for a single voter/candidate.
CountNode(CountNode.Table, String) - Constructor for class CountNode
Creates a CountNode with default values: all counts at zero, no chosen candidate, and no vote cast.
CountNode(CountNode.Table, String, String, String, long, boolean, long, long, long) - Constructor for class CountNode
Constructs a CountNode.
CountNode.Table - Class in votorola.a.election
The relational store of count nodes that (in part) backs a election count.
CountNode.Table(ReadyDirectory, Database) - Constructor for class CountNode.Table
Constructs a Table.
CountNode.Table.RankedCumulate - Class in votorola.a.election
 
CountNode.Table.RankedCumulate() - Constructor for class CountNode.Table.RankedCumulate
 
CountNodeIC - Class in votorola.a.election
An implicitly created count node.
CountNodeIC(CountNode.Table, String) - Constructor for class CountNodeIC
Constructs a default CountNodeIC, per CountNode(table,voterEmail).
countNodeTable() - Method in class Count
The relational store of count nodes that (in part) backs this count.
countToReport() - Method in class Election
Returns the current count to report, if any.
countToReport() - Method in class WP_Election.ElectionFetcher
 
CR_Doubt - Class in votorola.a.register.trust
Responder for the command 'doubt' - to cast a signal of suspicion on another voter.
CR_Doubt(Register) - Constructor for class CR_Doubt
Constructs a CR_Doubt.
CR_Doubt(Register, String) - Constructor for class CR_Doubt
Constructs a CR_Doubt as a subclass.
CR_Hello - Class in votorola.a.voter
Responder for the command 'hello' - to say hello to the server.
CR_Hello(ElectoralService) - Constructor for class CR_Hello
Constructs a CR_Hello.
CR_Help - Class in votorola.a.voter
Responder for the command 'help' - to request general information on the electoral service, and instructions on using it.
CR_Help(ElectoralService) - Constructor for class CR_Help
Constructs a CR_Help.
CR_Set - Class in votorola.a.register
Responder for the command 'set' - to set the value of a register field.
CR_Set(Register) - Constructor for class CR_Set
Constructs a CR_Set.
CR_Set(Register, String) - Constructor for class CR_Set
Constructs a CR_Set as a subclass.
CR_Trust - Class in votorola.a.register.trust
Responder for the command 'trust' - to extend trust to another voter.
CR_Trust(Register) - Constructor for class CR_Trust
Constructs a CR_Trust.
CR_Trust(Register, String) - Constructor for class CR_Trust
Constructs a CR_Trust as a subclass.
CR_Undoubt - Class in votorola.a.register.trust
Responder for the command 'undoubt' - to withdraw doubt that was previously cast on another voter.
CR_Undoubt(Register) - Constructor for class CR_Undoubt
Constructs a CR_Undoubt.
CR_Unset - Class in votorola.a.register
Responder for the command 'unset' - to unset the value of a register field, erasing it.
CR_Unset(Register) - Constructor for class CR_Unset
Constructs a CR_Unset.
CR_Untrust - Class in votorola.a.register.trust
Responder for the command 'untrust' - to withdraw trust that was previously extended to another voter.
CR_Untrust(Register) - Constructor for class CR_Untrust
Constructs a CR_Untrust.
CR_Unvote - Class in votorola.a.election
Responder for the command 'unvote' - to withdraw a vote from an election.
CR_Unvote(Election) - Constructor for class CR_Unvote
Constructs a CR_Unvote.
CR_Version - Class in votorola.a.voter
Responder for the command 'version' - to ask what version of software the subserver is running.
CR_Version(ElectoralService) - Constructor for class CR_Version
Constructs a CR_Version.
CR_Vote - Class in votorola.a.election
Responder for the command 'vote' - to cast a vote in an election.
CR_Vote(Election) - Constructor for class CR_Vote
Constructs a CR_Vote.
CR_Vote(Election, String) - Constructor for class CR_Vote
Constructs a CR_Vote as a subclass.
CR_Vote.CachedCountNodeTable - Class in votorola.a.election
A count-node table that caches its nodes.
CR_Vote.CachedCountNodeTable(ReadyDirectory, Database) - Constructor for class CR_Vote.CachedCountNodeTable
 
CR_Vote.TracePair - Class in votorola.a.election
A pair of vote traces: the old trace, as of last count; and a newly projected trace, based on the voter's subsequent input (if any).
CR_Vote.TracePair(Election, Count, Vote) - Constructor for class CR_Vote.TracePair
Constructs a TracePair.
create() - Method in class CountNode.Table
Creates this table in the database.
create() - Method in class ListNodeC.Table
Creates this table in the database.
create() - Method in class Neighbourhood.Table
Creates this table in the database.
create() - Method in class TrustEdge.Table
Creates this table in the database.
createHelpPrompt(String) - Static method in class GetoptX
Returns "Try 'progname --help' for more information."
createNewDirectory(File) - Static method in class FileX
Atomically creates a new, empty directory if and only if the directory does not yet exist.
createReadyDirectory(File) - Static method in class ReadyDirectory
Creates a new ready directory, and returns an instance of it.
createReadyDirectory(File) - Static method in class ReadyDirectory
Creates a ready directory, and returns an instance of it.
createUnexpectedArgWarning(String, String) - Static method in class GetoptX
Returns "progname: unexpected argument: arg"
createXMLStreamReader(Reader) - Static method in class VoterInputTable
Constructs a new XMLStreamReader that is configured to read the data of the 'xml' column.
CustomStyleable - Annotation Type in votorola.a.web
Indicates that a Web page or component is encoded with special CSS class identifiers for custom styling.

D

database() - Method in class CountNode.Table
Returns the database in which this table is stored.
database() - Method in class Geocode.Table
Returns the database in which this table is stored -- a reference to a shared instance (not thread safe).
database() - Method in class ListNodeC.Table
Returns the database in which this table is stored.
database() - Method in class Neighbourhood.Table
Returns the database in which this table is stored.
database() - Method in class DoubtSignal.Table
Returns the database in which this table is stored.
database() - Method in class TrustEdge.Table
Returns the database in which this table is stored.
database() - Method in class UserSettings.Table
Returns the database in which this table is stored -- a reference to a shared instance (not thread safe).
database() - Method in class VoterInputTable
Returns the database in which this table is stored -- a reference to a shared instance (not thread safe).
Database - Class in votorola.g.sql
An interface to a PostgreSQL relational database.
Database(Database.ConfigurationContext) - Constructor for class Database
Partially creates a Database.
Database.ConfigurationContext - Class in votorola.g.sql
A context for configuring a PostgreSQL database.
Database.ConfigurationContext() - Constructor for class Database.ConfigurationContext
 
dateSuffix(String) - Static method in class VOSnap
Returns the date suffix of the specified file name.
dateSuffixDelimiter - Static variable in class VOSnap
 
DEFAULT_TAB_INDEX - Static variable in class NavBar
Designating the left-hand tab (zero) as the default view.
defaultRootNeighbourhoodBar(String) - Static method in class ListNodeC
Returns an un-localized bar, complaining that the voter's residential address cannot be parsed to a local neighbourhood.
deleteRecursive(File) - Static method in class FileX
As per File.delete() except it will work with non-empty directories.
deleteRecursiveFrom(File) - Static method in class FileX
Same as deleteRecursive(), except it works only on the contents of the specified directory.
description(BundleFormatter) - Method in class ActivityEvent
Returns a string description of this event.
detach() - Method in class Model0
Does nothing.
detachTrustEdge(int) - Method in class ListNodeC
Detaches a trust edge from this node.
disableChecking() - Static method in class ThreadSafe.U
 
dispatch(String[], CommandResponder.Session) - Method in class Election
 
dispatch(String[], CommandResponder.Session) - Method in class ElectoralService
Looks up the responder of the specified command, and sends the command to it.
dispatch(String[], CommandResponder.Session, CommandResponder) - Method in class ElectoralService
Sends a command to its responder, if one is specified.
dispatch(String[], CommandResponder.Session) - Method in class Register
 
displayName(Registration) - Static method in class VSession
Returns the voter's name; or, failing that, her email address.
District - Class in votorola.a.election.district
An electoral district, indicating the geographic jurisdiction of an election.
district() - Method in class RegionalElectionNode
The district of the election.
district(String) - Method in class ElectoralSubserver.Run
Returns an electoral district that is active in this run.
District.ConfigurationContext - Class in votorola.a.election.district
A context for configuring an electoral district.
districtOrNullFor(PageParameters, VRequestCycle) - Static method in class WP_District
Returns the district corresponding to query parameter 'd', if it is specified.
districtRegionalChildren(String) - Method in class ElectoralSubserver.Run
Returns all regional children (election nodes) of a district.
DOUBT_DESTINATIONS_MAX - Static variable in class DoubtSignal
Limiting the number of doubt destinations, in order to prevent a DoS attack.
doubterCount() - Method in interface ListNode
The number of doubt signals extended to this voter, from unbarred voters.
doubterCount() - Method in class ListNode0
 
doubterCount() - Method in class ListNodeC
 
DoubtSignal - Class in votorola.a.register.trust
A signal of doubt extending from one voter (source) to another (destination).
DoubtSignal(String, String) - Constructor for class DoubtSignal
Creates a DoubtSignal with default values.
DoubtSignal(String, String, String) - Constructor for class DoubtSignal
Constructs an existing DoubtSignal.
doubtSignal() - Method in class DoubtSignalNode
The doubt signal.
DoubtSignal.Key - Class in votorola.a.register.trust
A unique identifier for a particular signal.
DoubtSignal.Key(String, String) - Constructor for class DoubtSignal.Key
Constructs a Key.
DoubtSignal.Table - Class in votorola.a.register.trust
A relational store of doubt signals, backing an electoral register's doubt signaling network.
DoubtSignal.Table(String, Database) - Constructor for class DoubtSignal.Table
Constructs a Table, physical creating it if it does not already exist.
DoubtSignalNode - Class in votorola.a.register.trust
A doubt signal and one of the list nodes it connects, which is either the source or the destination node (depending on the context).
DoubtSignalNode(DoubtSignal, ListNode) - Constructor for class DoubtSignalNode
Constructs a DoubtSignalNode.
DoubtSignalNode.Runner - Interface in votorola.a.register.trust
A routine that runs in the context of a doubt signal node.
doubtTable() - Method in class Register
The relational store of doubt signals, backing this register's doubt signaling network.
drop() - Method in class CountNode.Table
Drops this table from the database.
drop() - Method in class ListNodeC.Table
Drops this table from the database.
drop() - Method in class Neighbourhood.Table
Drops this table from the database.
drop() - Method in class TrustEdge.Table
Drops this table from the database.

E

echoTraces(Vote, CommandResponder.Session) - Method in class CR_Vote
Appends vote traces to the reply.
edgeCount() - Method in class TrustEdge.Primary
The number of edges extended to the primary destination.
edgeWarning(Register, Registration, Registration, BundleFormatter) - Static method in class CR_Trust
Returns a localized edge extension warning; or null if the edge appears to be extendable.
election() - Method in class CR_Vote
 
election - Variable in class CR_Vote.TracePair
 
Election - Class in votorola.a.election
A delegate cascade election, provided as a formal electoral service.
election() - Method in class WP_Election.ElectionFetcher
 
election(VRequestCycle) - Method in class WP_Election.ElectionFetcher
 
Election.ConfigurationContext - Class in votorola.a.election
A context for configuring an election.
electionName() - Method in interface RegionalPath
The service name of the election, per getElection().
electionName() - Method in class RegionalPath1
 
electionName() - Method in class RegionalPathMP
 
electionName() - Method in class Vote.VotingEvent
Names the election in which the vote was cast or withdrawn.
electionOrNullFor(PageParameters, VRequestCycle) - Static method in class WP_Election
Returns the election corresponding to query parameter 's', if it is specified.
ElectoralService - Class in votorola.a
A facility for voters to access and maintain a specific class of electoral data on a subserver.
ElectoralService(ElectoralSubserver.Run, String, Object) - Constructor for class ElectoralService
Partially creates an ElectoralService.
electoralService(String) - Method in class ElectoralSubserver.Run
Returns an electoral service provided in this run.
electoralService - Variable in class CommandResponder.Base
 
electoralService() - Method in class VoterInputTable
Returns the electoral service whose voter input this table stores.
ElectoralSubserver - Class in votorola.a
An electoral subserver.
ElectoralSubserver(String) - Constructor for class ElectoralSubserver
Constructs an ElectoralSubserver.
ElectoralSubserver.ConfigurationContext - Class in votorola.a
A context for configuring an electoral subserver.
ElectoralSubserver.DatabaseCC - Class in votorola.a
A context for configuring a PostgreSQL database for an electoral subserver.
ElectoralSubserver.DatabaseCC(String) - Constructor for class ElectoralSubserver.DatabaseCC
Constructs a DatabaseCC.
ElectoralSubserver.NoSuchServiceException - Exception in votorola.a
Thrown when an unknown electoral service is requested.
ElectoralSubserver.NoSuchServiceException(String, File) - Constructor for exception ElectoralSubserver.NoSuchServiceException
 
ElectoralSubserver.Run - Class in votorola.a
A run of the electoral subserver.
ElectoralSubserver.Run(boolean) - Constructor for class ElectoralSubserver.Run
Constructs a Run.
ElectoralSubserver.UserSession - Interface in votorola.a
A session between a user and a running subserver.
electorateSize() - Method in class Election
The estimated size of the electorate for this election, if known.
electorateSize() - Method in class Register
The estimated size of the electorate, if known.
electorateSizeExplanation() - Method in class Election
An explanation of the estimate of the size of the electorate, for the information of users.
electorateSizeExplanation() - Method in class Register
An explanation of the estimate of the size of the electorate, for the information of users.
EligibilityContext - Class in votorola.a.election
A script context for testing the eligibility of a particular vote.
EligibilityContext(boolean, Registration, ListNodeC) - Constructor for class EligibilityContext
Constructs a EligibilityContext.
eligibilityScript() - Method in class Election
The script for testing the eligibility of a voter.
emailAddressValidator() - Static method in class VPage
A shared instance of a validator for strict email addresses.
EmailAddressValidatorJM - Class in votorola.a.web.authen
A strict validator of email addresses, that validates using JavaMail.
EmailAddressValidatorJM() - Constructor for class EmailAddressValidatorJM
 
engine() - Method in class JavaScriptIncluder
Returns the engine in which included modules are executed.
ensureDefaultFolder(Store) - Static method in class StoreX
Returns the store's default folder.
ensureSchema(Database, String) - Static method in class ElectoralService
Ensures the database has a schema for the specified electoral service, creating it if necessary.
equals(Object) - Method in class District
Returns true iff o is a district constructed from the same configuration file.
equals(Object) - Method in class RegionalElectionNode
Returns true iff o is a regional node with an equal name.
equals(Object, Object) - Static method in class RegionalPath.X
Returns true iff o1 and o2 are paths with equal nodes.
equals(Object) - Method in class RegionalPath1
 
equals(Object) - Method in class RegionalPathMP
 
equals(Object) - Method in class RegionalScheme
Returns true iff o is a scheme constructed from the same configuration file.
equals(Object) - Method in class ElectoralService
Returns true iff o is an electoral service with the same service email address.
equals(Object) - Method in class Neighbourhood
Returns true iff the o is a neighbourhood, and its key "equals" this neighbourhood's key.
equals(Object) - Method in class Neighbourhood.Key
 
equals(Object) - Method in class DoubtSignal
Returns true iff the o is a doubt signal, and all of its key fields are "equal" to this signal's key fields.
equals(Object) - Method in class DoubtSignal.Key
 
equals(Object) - Method in class Option
Compares based on name.
equals(Object) - Method in class ContentType
 
equals(Object) - Method in class Database
Returns true iff o is a database configured with the same name, server name, port and user.
escape(String) - Static method in class URIX
Returns an escaped version of the specified string, suitable for inclusion in a URI.
eval(File, ScriptEngine) - Static method in class ScriptEngineX
Same as engine.
eval(String, ScriptEngine) - Static method in class ScriptEngineX
Same as engine.
exdent(int) - Method in class ReplyBuilder
Decreases the left wrap-margin, undoing a previous indent.
exists() - Method in class CountNode.Table
Returns true if this table exists in the database; false otherwise.
exists() - Method in class Geocode
Returns true if this geocode has been stored in the table; false otherwise.
exists() - Method in class ListNodeC.Table
Returns true if this table exists in the database; false otherwise.
exists() - Method in class Neighbourhood.Table
Returns true if this table exists in the database; false otherwise.
exists() - Method in class TrustEdge.Table
Returns true if this table exists in the database; false otherwise.
extendLevelChange(ListNodeC, int) - Method in class TrustTrace
Extends a change in trust level from the specified node.

F

fieldDescription_link() - Method in class Register
A brief description of the allowable content of this register's link field, in sentence form.
fieldDescription_name() - Method in class Register
A brief description of the allowable content of this register's name field, in sentence form.
fieldDescription_note() - Method in class Register
A brief description of the allowable content of this register's note field, in sentence form.
fieldDescription_residence() - Method in class Register
A brief description of the allowable content of this register's residence field, in sentence form.
fieldExample_link() - Method in class Register
An example of the allowable content for this register's link field.
fieldExample_name() - Method in class Register
An example of the allowable content for this register's name field.
fieldExample_note() - Method in class Register
An example of the allowable content for this register's note field.
fieldExample_residence() - Method in class Register
An example of the allowable content for this register's residence field.
FileFilterX - Class in votorola.g.io
FileFilter common implementations.
fileToString(String) - Method in class JavaScriptIncluder
Reads the content of a text file that is encoded in UTF-8; or equivalently, ASCII.
FileX - Class in votorola.g.io
File utilities.
finalRecipientOrNobody(CountNode[], ResourceBundle) - Static method in class CR_Vote
 
FINE - Static variable in class LoggerX
 
FINER - Static variable in class LoggerX
 
FINEST - Static variable in class LoggerX
 
format(String, Object...) - Method in class BundleFormatter
Returns a printf-style formatted string, generated using Formatter.
formatter - Variable in class BundleFormatter
The formatter for appending printf-style format strings.
forOpenID(String, UserSettings.Table) - Static method in class UserSettings
Retrieves a user's settings from the table, doing the lookup by OpenID.

G

Geocode - Class in votorola.a
The cached geocoding of a residential address, backed by a row of the subserver's * geocode table.
Geocode(String, Geocode.Table) - Constructor for class Geocode
Constructs a Geocode, reading its initial state from the geocode table, or leaving it at default values if it does not exist in the table.
geocode(String) - Method in class TrustEdgeContext
Deprecated. 
geocode(String, String) - Method in class TrustEdgeContext
Geocodes a residential address.
Geocode.GeocodingException - Exception in votorola.a
Thrown when a geocoding-specific IO exception occurs.
Geocode.GeocodingException(String) - Constructor for exception Geocode.GeocodingException
 
Geocode.GoogleGeocoding - Class in votorola.a
An account with the geocoding service of the Google Maps API.
Geocode.GoogleGeocoding(String) - Constructor for class Geocode.GoogleGeocoding
Constructs a GoogleGeocoding.
Geocode.Table - Class in votorola.a
The geocode table of an electoral subserver, caching geocode data in relational form.
Geocode.Table(Database) - Constructor for class Geocode.Table
Constructs a Table, physical creating it if it does not already exist.
geocodeDatabase() - Method in class ElectoralSubserver.ConfigurationContext
The context for configuring the database of the subserver's geocode table.
geocodeTable() - Method in class ElectoralSubserver.Run
The relational cache of geocoded residential addresses.
geocodingMethod() - Method in class Register
The geocoding method, for conversion of addresses to cartographic coordinates in the trust script.
get(String) - Method in class CountNode.Table
Retrieves a node from this table.
get(String) - Method in class CR_Vote.CachedCountNodeTable
 
get(String) - Method in class ListNodeC.Table
Retrieves a node from this table.
get(String, boolean) - Method in class Neighbourhood.CachedTable
 
get(String, boolean) - Method in class Neighbourhood.Table
Retrieves a neighbourhood from this table.
get(String, String) - Method in class DoubtSignal.Table
Retrieves a signal from this table.
get(int) - Method in class ActivityList
 
get(String) - Method in class VoterInputTable
Retrieves a voter's data from the 'xml' column.
get() - Static method in class VRequestCycle
 
get(int) - Method in class ArrayListU
 
getAncestorOfSingleChild(String, boolean) - Method in class Neighbourhood.Table
Retrieves the ancestor neighbourhood of a single child.
getAndClearLoginPage() - Method in class WP_OpenIDReturn.SessionScope
Atomically sets the login page and returns the old value.
getAtomEntry() - Static method in class ContentType
Returns the ContentType that should be used in contexts that expect an Atom entry.
getAtomFeed() - Static method in class ContentType
Returns the ContentType that should be used in contexts that expect an Atom feed.
getAttribute(String) - Method in class ContentType
Returns the additional attribute by name of the content type.
getAttributes() - Method in class ContentType
Returns the additional attributes of the content type.
getAuthenticationMethod() - Method in class SMTPTransportX.ConfigurationContext
Returns the authentication method for access to the server; or null, if no authentication is required.
getBackingArray() - Method in class ArrayListU.Open
Returns the array that backs this list.
getBar() - Method in class CountNode
The bar against the voter, if any.
getBar() - Method in interface ListNode
The list bar against the voter, if any.
getBar() - Method in class ListNode0
 
getBar() - Method in class ListNodeC
 
getBar() - Method in class TrustEdge
Specifies the bar against the edge, if any.
getBestContentType(String, List<ContentType>) - Static method in class ContentType
Determines the best "Content-Type" header to use in a servlet response based on the "Accept" header from a servlet request.
getBodyModel() - Method in class BookmarkablePageLinkX
The model for the visible content of th