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

A

accumulateSubVote(SummableVotingSystem) - Method in interface org.bolson.vote.SummableVotingSystem
Vote a partial tally into this voting system.
active - Variable in class org.bolson.vote.NamedIRNR.TallyState
 
active - Variable in class org.bolson.vote.NamedIRV.TallyState
 
active - Variable in class org.bolson.vote.NamedSTV.TallyState
 
addRanking(int[]) - Method in class org.bolson.vote.Histogram
 
addRating(int[]) - Method in class org.bolson.vote.Histogram
 
addRating(float[]) - Method in class org.bolson.vote.Histogram
 
addRating(double[]) - Method in class org.bolson.vote.Histogram
 
Approval - Class in org.bolson.vote
Election method based on summation of Yes/No "good enough" votes.
Approval(int) - Constructor for class org.bolson.vote.Approval
 
argv - Variable in class org.bolson.vote.VotingSystemFactory
 

B

barImgUrl - Variable in class org.bolson.vote.Histogram
URL to insert in generated Histogram HTML.
barImgUrl - Variable in class org.bolson.vote.NamedHistogram
 
BordaVotingSystem - Class in org.bolson.vote
Points-based-on-rank election method.
BordaVotingSystem(int) - Constructor for class org.bolson.vote.BordaVotingSystem
 
bpm - Variable in class org.bolson.vote.CondorcetRTB
 
bucketscale - Variable in class org.bolson.vote.NamedHistogram
bucketscale used at display time on bucket labels
Bucklin - Class in org.bolson.vote
Bucklin election method.
Bucklin(int) - Constructor for class org.bolson.vote.Bucklin
 
build(int) - Method in class org.bolson.vote.VotingSystemFactory
 
buildAll(VotingSystemFactory[], int) - Static method in class org.bolson.vote.VotingSystemFactory
convenience function
buildEnabled(VotingSystemFactory[], int) - Static method in class org.bolson.vote.VotingSystemFactory
return array of VotingSystem for which vsl[].onDef is true

C

checkRatedVote(int[], int, int) - Method in class org.bolson.vote.VotingSystem
squash (sum of absolute value of vote) to (max - min)
clear() - Method in class org.bolson.vote.Histogram
 
CListToNumberArray(String, int, Hashtable) - Static method in class org.bolson.vote.vote
 
compare(Object, Object) - Method in class org.bolson.vote.NamedSTV.TallyStateComparator
 
compare(Object, Object) - Method in class org.bolson.vote.NameVotingSystem.ReverseComparator
 
compareTo(Object) - Method in class org.bolson.vote.InstantProxy.Card
 
compareTo(Object) - Method in class org.bolson.vote.NamedHistogram.Choice
 
compareTo(Object) - Method in class org.bolson.vote.NameVotingSystem.NameVote
 
Condorcet - Class in org.bolson.vote
Implements the Condorcet method of ranked voting tabulation and beatpath tie resolution.
Condorcet(int) - Constructor for class org.bolson.vote.Condorcet
 
CondorcetRTB - Class in org.bolson.vote
Implements the Condorcet method of ranked voting tabulation and beatpath tie resolution based on Ratings, as suggested by James Green-Armytage
CondorcetRTB(int) - Constructor for class org.bolson.vote.CondorcetRTB
 
Coombs - Class in org.bolson.vote
Coombs election method.
Coombs(int) - Constructor for class org.bolson.vote.Coombs
 
count - Variable in class org.bolson.vote.NamedIRNR.TallyState
count is the number of ballots that include this name
countDefeats(int, int[], int[]) - Static method in class org.bolson.vote.Condorcet
 
counts - Variable in class org.bolson.vote.NamedHistogram.Choice
 
counts(String[]) - Method in class org.bolson.vote.NamedHistogram
 
counts - Variable in class org.bolson.vote.NamedVRR.Count
counts laid out in concentric rings.

D

deadEndTally - Variable in class org.bolson.vote.NamedSTV.TallyState
subset of votes that this is the last ranked choice for.
debug - Variable in class org.bolson.vote.VotingSystem
Debug info collecting flag.
defaultMain(String[]) - Method in class org.bolson.vote.NameVotingSystem
Use this for making simple subclass main() to run a vote of that type.
defaultValueTitle - Static variable in class org.bolson.vote.Histogram
 
defeatCount - Variable in class org.bolson.vote.PairwiseRatingDifferentialSummation
 
denibble(char) - Static method in class org.bolson.vote.NameVotingSystem
 
depercentHexify(String) - Static method in class org.bolson.vote.NameVotingSystem
un-escape ASCII string with %xx escapes in it to, converting such sequences to bytes.
desc() - Method in class org.bolson.vote.VotingSystemFactory
 
deweight(float[], NamedIRNR.TallyState[]) - Method in class org.bolson.vote.NamedIRNRP
 
disableWinners - Variable in class org.bolson.vote.NamedHistogram
make getWinners return null
displayTab() - Method in class org.bolson.vote.vote
 
DistributiveVSWrapper - Class in org.bolson.vote
Utility class for running several VotingSystem instances at once.
DistributiveVSWrapper(int) - Constructor for class org.bolson.vote.DistributiveVSWrapper
 
doscaleoffset - Variable in class org.bolson.vote.NamedHistogram
doscaleoffset used at display time on bucket labels
doubleToStrLen(double, int) - Static method in class org.bolson.vote.INR
 
dtalley - Variable in class org.bolson.vote.CondorcetRTB
 
dthresh - Variable in class org.bolson.vote.Approval
threshold for voteRating(double[])

E

elected - Variable in class org.bolson.vote.NamedSTV.TallyState
 
EmptyVotingSystem - Class in org.bolson.vote
Empty code for copying before making a new VotingSystem.
EmptyVotingSystem(int) - Constructor for class org.bolson.vote.EmptyVotingSystem
In addition to interfaced methods, there shall be a constructor taking the integer number N of choices to be voted on.
enableClassNames - Static variable in class org.bolson.vote.voten
 
enableNames - Static variable in class org.bolson.vote.voten
 
equals(Object) - Method in class org.bolson.vote.NamedSTV.TallyStateComparator
 
equals(Object) - Method in class org.bolson.vote.NameVotingSystem.NameVote
 
explainVote() - Static method in class org.bolson.vote.InstantProxy
 

F

f - Variable in class org.bolson.vote.VotingSystemFactory
 
formatChoice(StringBuffer, NamedHistogram.Choice, int, int, double, String[]) - Method in class org.bolson.vote.NamedHistogram
 
formatHistRow(StringBuffer, int, int, double) - Method in class org.bolson.vote.NamedHistogram
 
formatHistRow(StringBuffer, int, int, double, String[]) - Method in class org.bolson.vote.NamedHistogram
 
fromDesc(String) - Static method in class org.bolson.vote.VotingSystemFactory
 
fromUrlEncoded(String) - Static method in class org.bolson.vote.NameVotingSystem
Parse a name=value&name=value url query type string into a NameVote[].
fthresh - Variable in class org.bolson.vote.Approval
threshold for voteRating(float[])

G

getChoices() - Method in class org.bolson.vote.NamedHistogram
 
getCount(String) - Method in class org.bolson.vote.NamedVRR
 
getDebug() - Method in class org.bolson.vote.NameVotingSystem
If debug, return debugLog.toString(), else null.
getDebugHTML(String[]) - Method in class org.bolson.vote.INR
 
getDebugHTML(String[]) - Method in class org.bolson.vote.IRNR
 
getDebugHTML(String[]) - Method in class org.bolson.vote.VotingSystem
Return HTML representation of debug data.
getDebugText(String[]) - Method in class org.bolson.vote.Condorcet
 
getDebugText(String[]) - Method in class org.bolson.vote.IRNRP
 
getDebugText(String[]) - Method in class org.bolson.vote.IRV
 
getDebugText(String[]) - Method in class org.bolson.vote.RankedPairs
 
getDebugText(String[]) - Method in class org.bolson.vote.VotingSystem
Return textual representation of debug data.
getImplNames() - Static method in class org.bolson.vote.NameVotingSystem
 
getIndexedCounts(boolean) - Method in class org.bolson.vote.NamedVRR
 
getInstantProxyMultipliers(InstantProxy.Card[], int[]) - Static method in class org.bolson.vote.InstantProxy
Determine how the votes cast get multiplied by receiving proxy votes.
getIpmlForName(String) - Static method in class org.bolson.vote.NameVotingSystem
 
getMethodInstance(String) - Static method in class org.bolson.vote.voten
 
getNumberOfCandidates() - Method in class org.bolson.vote.VotingSystem
accessor to read only variable
getScaledDoubleVote(double[], Object, double, boolean[]) - Method in class org.bolson.vote.IRNRP
 
getSchwartzSet() - Method in class org.bolson.vote.Condorcet
return the set of choices that are only beaten by each other.
getSchwartzSet(int[]) - Method in class org.bolson.vote.Condorcet
return the set of choices that are only beaten by each other.
getSchwartzSet(int, int[], int[]) - Static method in class org.bolson.vote.Condorcet
 
getSchwartzSet(int, int[], int[], StringBuffer) - Static method in class org.bolson.vote.Condorcet
 
getTallyArray(NamedVRR.Count[]) - Static method in class org.bolson.vote.NamedVRR
build a tally array like Condorcet class uses, easier to use that code with
getWinners() - Method in class org.bolson.vote.Approval
 
getWinners() - Method in class org.bolson.vote.BordaVotingSystem
 
getWinners() - Method in class org.bolson.vote.Bucklin
 
getWinners() - Method in class org.bolson.vote.Condorcet
 
getWinners() - Method in class org.bolson.vote.CondorcetRTB
 
getWinners() - Method in class org.bolson.vote.Coombs
 
getWinners() - Method in class org.bolson.vote.DistributiveVSWrapper
 
getWinners() - Method in class org.bolson.vote.EmptyVotingSystem
Do processing if necessary, return winners.
getWinners(int) - Method in class org.bolson.vote.EmptyVotingSystem
Do processing if necessary, return winners.
getWinners() - Method in class org.bolson.vote.GradualApproval
Do processing if necessary, return winners.
getWinners(int) - Method in class org.bolson.vote.GradualApproval
Do processing if necessary, return winners.
getWinners() - Method in class org.bolson.vote.Histogram
 
getWinners(int) - Method in class org.bolson.vote.Histogram
 
getWinners() - Method in class org.bolson.vote.INR
 
getWinners() - Method in class org.bolson.vote.IRNR
 
getWinners(PrintWriter) - Method in class org.bolson.vote.IRNR
 
getWinners(PrintWriter, int) - Method in class org.bolson.vote.IRNR
Multi-seat IRNR.
getWinners() - Method in class org.bolson.vote.IRNRP
Do processing if necessary, return winners.
getWinners(int) - Method in class org.bolson.vote.IRNRP
Do processing if necessary, return winners.
getWinners() - Method in class org.bolson.vote.IRV
 
getWinners(PrintWriter, int) - Method in class org.bolson.vote.IRV
Multi-seat IRV, aka STV.
getWinners() - Method in class org.bolson.vote.NamedApproval
 
getWinners() - Method in class org.bolson.vote.NamedHistogram
 
getWinners() - Method in class org.bolson.vote.NamedIRNR
 
getWinners(StringBuffer) - Method in class org.bolson.vote.NamedIRNR
 
getWinners() - Method in class org.bolson.vote.NamedIRNRP
 
getWinners() - Method in class org.bolson.vote.NamedIRV
 
getWinners() - Method in class org.bolson.vote.NamedRaw
 
getWinners() - Method in class org.bolson.vote.NamedSTV
 
getWinners() - Method in class org.bolson.vote.NamedTemplate
 
getWinners() - Method in class org.bolson.vote.NamedVRR
find Condorcet winner with CSSD cycle resolution
getWinners() - Method in class org.bolson.vote.NameVotingSystem
 
getWinners() - Method in class org.bolson.vote.PairwiseRatingDifferentialSummation
 
getWinners() - Method in class org.bolson.vote.RankedPairs
 
getWinners() - Method in class org.bolson.vote.RawRating
 
getWinners() - Method in class org.bolson.vote.STV
Do processing if necessary, return winners.
getWinners(int) - Method in class org.bolson.vote.STV
Do processing if necessary, return winners.
getWinners() - Method in class org.bolson.vote.SynchronizedVSWrapper
 
getWinners() - Method in class org.bolson.vote.VotingSystem
Do processing if necessary, return winners.
getWinners(PrintWriter) - Method in class org.bolson.vote.VotingSystem
Deprecated. use getWinners(), debug, and getDebugText() or getDebugHTML()
getWinners(PrintWriter, int) - Method in class org.bolson.vote.VotingSystem
Deprecated. use getWinners(int), debug, and getDebugText() or getDebugHTML()
getWinners(int) - Method in class org.bolson.vote.VotingSystem
Do processing if necessary, return winners.
getWinnersCSSD() - Method in class org.bolson.vote.Condorcet
 
getWinnersCSSD(NamedVRR.Count[], int[]) - Method in class org.bolson.vote.NamedVRR
 
getWinnersOldBPM() - Method in class org.bolson.vote.Condorcet
 
getWinnersSchwartzEqOne() - Method in class org.bolson.vote.Condorcet
 
getWinnersSimpleIfOne() - Method in class org.bolson.vote.Condorcet
 
globalHistChoiceFormat - Static variable in class org.bolson.vote.NamedHistogram
 
globalHistRowFormat - Static variable in class org.bolson.vote.NamedHistogram
 
gmiPrefixes - Static variable in class org.bolson.vote.voten
 
GradualApproval - Class in org.bolson.vote
Empty code for copying before making a new VotingSystem.
GradualApproval(int) - Constructor for class org.bolson.vote.GradualApproval
In addition to interfaced methods, there shall be a constructor taking the integer number N of choices to be voted on.

H

HIST_CHOICE_AVERAGE - Static variable in class org.bolson.vote.NamedHistogram
 
HIST_CHOICE_keys - Static variable in class org.bolson.vote.NamedHistogram
 
HIST_CHOICE_LABEL - Static variable in class org.bolson.vote.NamedHistogram
 
HIST_CHOICE_NAME - Static variable in class org.bolson.vote.NamedHistogram
 
HIST_CHOICE_ROWS - Static variable in class org.bolson.vote.NamedHistogram
 
HIST_CHOICE_SUM - Static variable in class org.bolson.vote.NamedHistogram
 
HIST_CHOICE_VOTES - Static variable in class org.bolson.vote.NamedHistogram
 
HIST_ROW_HVAL - Static variable in class org.bolson.vote.NamedHistogram
 
HIST_ROW_keys - Static variable in class org.bolson.vote.NamedHistogram
 
HIST_ROW_SCALED_HVAL - Static variable in class org.bolson.vote.NamedHistogram
 
HIST_ROW_VALUES_LABEL - Static variable in class org.bolson.vote.NamedHistogram
 
Histogram - Class in org.bolson.vote
Collects votes and presents HTML histograms.
Histogram(int, int, double, double) - Constructor for class org.bolson.vote.Histogram
 
Histogram(int) - Constructor for class org.bolson.vote.Histogram
 
histRow(StringBuffer, int, int, double) - Method in class org.bolson.vote.NamedHistogram
 
htmlExplain(StringBuffer) - Method in class org.bolson.vote.NamedIRNR
 
htmlExplain(StringBuffer) - Method in class org.bolson.vote.NameVotingSystem
Get HTML explaination of how the election worked.
htmlExplain() - Method in class org.bolson.vote.NameVotingSystem
Get HTML explaination of how the election worked.
htmlSummary(String[]) - Method in class org.bolson.vote.Approval
 
htmlSummary(String[]) - Method in class org.bolson.vote.BordaVotingSystem
 
htmlSummary(String[]) - Method in class org.bolson.vote.Bucklin
 
htmlSummary(String[]) - Method in class org.bolson.vote.Condorcet
 
htmlSummary(String[]) - Method in class org.bolson.vote.CondorcetRTB
 
htmlSummary(String[]) - Method in class org.bolson.vote.Coombs
 
htmlSummary(String[]) - Method in class org.bolson.vote.DistributiveVSWrapper
 
htmlSummary(String[]) - Method in class org.bolson.vote.EmptyVotingSystem
A fancy html representation.
htmlSummary(String[]) - Method in class org.bolson.vote.GradualApproval
A fancy html representation.
htmlSummary(String[]) - Method in class org.bolson.vote.Histogram
 
htmlSummary(String[]) - Method in class org.bolson.vote.INR
 
htmlSummary(String[]) - Method in class org.bolson.vote.IRNR
 
htmlSummary(String[]) - Method in class org.bolson.vote.IRNRP
A fancy html representation.
htmlSummary(String[]) - Method in class org.bolson.vote.IRV
 
htmlSummary(StringBuffer) - Method in class org.bolson.vote.NamedApproval
 
htmlSummary(StringBuffer) - Method in class org.bolson.vote.NamedHistogram
Makes HTML tables and CSS span bars to show the histogram.
htmlSummary(StringBuffer, NameVotingSystem.NameVote[]) - Method in class org.bolson.vote.NamedHistogram
Makes HTML tables and CSS span bars to show the histogram.
htmlSummary(StringBuffer, String[]) - Method in class org.bolson.vote.NamedHistogram
Makes HTML tables and CSS span bars to show the histogram.
htmlSummary(StringBuffer) - Method in class org.bolson.vote.NamedIRNR
 
htmlSummary(StringBuffer) - Method in class org.bolson.vote.NamedIRNRP
 
htmlSummary(StringBuffer) - Method in class org.bolson.vote.NamedIRV
 
htmlSummary(StringBuffer) - Method in class org.bolson.vote.NamedRaw
 
htmlSummary(StringBuffer) - Method in class org.bolson.vote.NamedSTV
 
htmlSummary(StringBuffer) - Method in class org.bolson.vote.NamedTemplate
 
htmlSummary(StringBuffer) - Method in class org.bolson.vote.NamedVRR
 
htmlSummary(StringBuffer) - Method in class org.bolson.vote.NameVotingSystem
Get HTML summary of voting system state.
htmlSummary() - Method in class org.bolson.vote.NameVotingSystem
Get HTML summary of voting system state.
htmlSummary(String[]) - Method in class org.bolson.vote.PairwiseRatingDifferentialSummation
 
htmlSummary(String[]) - Method in class org.bolson.vote.RawRating
 
htmlSummary(String[]) - Method in class org.bolson.vote.STV
A fancy html representation.
htmlSummary(String[]) - Method in class org.bolson.vote.SynchronizedVSWrapper
 
htmlSummary(String[]) - Method in class org.bolson.vote.VotingSystem
A fancy html representation.
htmlTable(StringBuffer, int, int[], String, String[]) - Static method in class org.bolson.vote.Condorcet
 
htmlTable(StringBuffer, int, double[], String, String[]) - Static method in class org.bolson.vote.CondorcetRTB
 

I

init(String[]) - Method in class org.bolson.vote.Bucklin
 
init(String[]) - Method in class org.bolson.vote.Condorcet
 
init(String[]) - Method in class org.bolson.vote.EmptyVotingSystem
Arguments to modify behavior of EmptyVotingSystem
init(String[]) - Method in class org.bolson.vote.GradualApproval
Arguments to modify behavior of GradualApproval
init(String[]) - Method in class org.bolson.vote.Histogram
 
init(String[]) - Method in class org.bolson.vote.INR
 
init(String[]) - Method in class org.bolson.vote.IRNR
 
init(String[]) - Method in class org.bolson.vote.IRNRP
Arguments to modify behavior of IRNRP
init(String[]) - Method in class org.bolson.vote.IRV
Set what happens when a vote has a duplicate rating (among active choices) -split|-dup|-dq
init(String[]) - Method in class org.bolson.vote.NamedHistogram
 
init(String[]) - Method in class org.bolson.vote.NamedIRNRP
 
init(String[]) - Method in class org.bolson.vote.NamedSTV
 
init(String[]) - Method in class org.bolson.vote.NamedVRR
 
init(String[]) - Method in class org.bolson.vote.NameVotingSystem
Set options for voting system.
init(String[]) - Method in class org.bolson.vote.STV
Arguments to modify behavior of STV
init(String[]) - Method in class org.bolson.vote.VotingSystem
Arguments to modify behavior of VotingSystem
initHistogram() - Method in class org.bolson.vote.vote
 
INR - Class in org.bolson.vote
Iterated Normalized Ratings I don't know how useful this is.
INR(int) - Constructor for class org.bolson.vote.INR
 
InstantProxy - Class in org.bolson.vote
A proxy is an integer triplet: ( voter uid, proxy uid, priority )
InstantProxy() - Constructor for class org.bolson.vote.InstantProxy
 
InstantProxy.Card - Class in org.bolson.vote
 
InstantProxy.Card(int, int[]) - Constructor for class org.bolson.vote.InstantProxy.Card
 
intmode - Variable in class org.bolson.vote.NamedHistogram
 
intoBucket(int[]) - Method in class org.bolson.vote.IRV
 
intoBucket(STV.Ballot) - Method in class org.bolson.vote.STV
 
intoBucket(Vector) - Method in class org.bolson.vote.STV
 
intoBucket(Vector, double) - Method in class org.bolson.vote.STV
 
IRNR - Class in org.bolson.vote
Instant Runoff Normalized Ratings
IRNR(int) - Constructor for class org.bolson.vote.IRNR
 
IRNRP - Class in org.bolson.vote
Instant Runoff Normalized Ratings Proportional
IRNRP(int) - Constructor for class org.bolson.vote.IRNRP
In addition to interfaced methods, there shall be a constructor taking the integer number N of choices to be voted on.
IRV - Class in org.bolson.vote
Implements the Instant Runoff Voting, also known as Single Transferrable Vote.
IRV(int) - Constructor for class org.bolson.vote.IRV
 
isValidRankedVote(int[]) - Method in class org.bolson.vote.VotingSystem
Checks that ranking is valid.
isValidRatedVote(int[], int, int) - Method in class org.bolson.vote.VotingSystem
Checks that rating is valid.
ithresh - Variable in class org.bolson.vote.Approval
threshold for voteRating(int[])

L

labelname - Variable in class org.bolson.vote.NamedHistogram
 
lowfirst - Variable in class org.bolson.vote.NamedHistogram
 

M

main(String[]) - Static method in class org.bolson.vote.InstantProxy
 
main(String[]) - Static method in class org.bolson.vote.NamedHistogram
 
main(String[]) - Static method in class org.bolson.vote.NamedSTV
 
main(String[]) - Static method in class org.bolson.vote.vote
 
main(String[]) - Static method in class org.bolson.vote.voten
 
main(String[]) - Static method in class org.bolson.vote.VotingSystemFactory
 
makeWinners(NamedVRR.Count[], int[]) - Static method in class org.bolson.vote.NamedVRR
 
MODE_GTEQ_SPEC - Static variable in class org.bolson.vote.voten
 
MODE_URL - Static variable in class org.bolson.vote.voten
 
MODE_WS_NAMEQ - Static variable in class org.bolson.vote.voten
 
myInit() - Method in class org.bolson.vote.IRV
 
myInit() - Method in class org.bolson.vote.STV
 

N

name() - Method in class org.bolson.vote.Approval
 
name() - Method in class org.bolson.vote.BordaVotingSystem
 
name() - Method in class org.bolson.vote.Bucklin
 
name() - Method in class org.bolson.vote.Condorcet
 
name() - Method in class org.bolson.vote.CondorcetRTB
 
name() - Method in class org.bolson.vote.Coombs
 
name() - Method in class org.bolson.vote.EmptyVotingSystem
 
name() - Method in class org.bolson.vote.GradualApproval
 
name() - Method in class org.bolson.vote.INR
 
name() - Method in class org.bolson.vote.IRNR
 
name() - Method in class org.bolson.vote.IRNRP
 
name() - Method in class org.bolson.vote.IRV
 
name() - Method in class org.bolson.vote.NamedApproval
 
name - Variable in class org.bolson.vote.NamedHistogram.Choice
 
name() - Method in class org.bolson.vote.NamedHistogram
 
name() - Method in class org.bolson.vote.NamedIRNR
 
name - Variable in class org.bolson.vote.NamedIRNR.TallyState
 
name() - Method in class org.bolson.vote.NamedIRNRP
 
name() - Method in class org.bolson.vote.NamedIRV
 
name - Variable in class org.bolson.vote.NamedIRV.TallyState
 
name() - Method in class org.bolson.vote.NamedRaw
 
name() - Method in class org.bolson.vote.NamedSTV
 
name - Variable in class org.bolson.vote.NamedSTV.TallyState
 
name() - Method in class org.bolson.vote.NamedTemplate
 
name() - Method in class org.bolson.vote.NamedVRR
 
name() - Method in class org.bolson.vote.NameVotingSystem
 
name - Variable in class org.bolson.vote.NameVotingSystem.NameVote
 
name() - Method in class org.bolson.vote.PairwiseRatingDifferentialSummation
 
name() - Method in class org.bolson.vote.RankedPairs
 
name() - Method in class org.bolson.vote.RawRating
 
name() - Method in class org.bolson.vote.STV
 
name() - Method in class org.bolson.vote.VotingSystem
Return name of this voting system.
name - Variable in class org.bolson.vote.VotingSystemFactory
 
NamedApproval - Class in org.bolson.vote
 
NamedApproval() - Constructor for class org.bolson.vote.NamedApproval
 
NamedHistogram - Class in org.bolson.vote
The normal vote interface in this case accumulates the ratings into histograms per name.
NamedHistogram() - Constructor for class org.bolson.vote.NamedHistogram
equivalent to NamedHistogram( -10, 10 );
NamedHistogram(int, float, float) - Constructor for class org.bolson.vote.NamedHistogram
Constructor creates a histogram with some number of buckets evenly distributed with the min rating and max rating at the limits.
NamedHistogram(int, int) - Constructor for class org.bolson.vote.NamedHistogram
Constructor creates a histogram with some number of buckets to contain the possible integer values including minint through maxint.
NamedHistogram.Choice - Class in org.bolson.vote
 
NamedHistogram.Choice(String, int) - Constructor for class org.bolson.vote.NamedHistogram.Choice
 
NamedIRNR - Class in org.bolson.vote
Instant Runoff Normalized Ratings
NamedIRNR() - Constructor for class org.bolson.vote.NamedIRNR
 
NamedIRNR.TallyState - Class in org.bolson.vote
 
NamedIRNRP - Class in org.bolson.vote
Instant Runoff Normalized Ratings
NamedIRNRP() - Constructor for class org.bolson.vote.NamedIRNRP
 
NamedIRV - Class in org.bolson.vote
 
NamedIRV() - Constructor for class org.bolson.vote.NamedIRV
 
NamedIRV.TallyState - Class in org.bolson.vote
 
NamedIRV.TallyState(String) - Constructor for class org.bolson.vote.NamedIRV.TallyState
 
NamedRaw - Class in org.bolson.vote
 
NamedRaw() - Constructor for class org.bolson.vote.NamedRaw
 
NamedSTV - Class in org.bolson.vote
Sum up all effective first place votes.
NamedSTV() - Constructor for class org.bolson.vote.NamedSTV
 
NamedSTV.TallyState - Class in org.bolson.vote
 
NamedSTV.TallyState(String) - Constructor for class org.bolson.vote.NamedSTV.TallyState
 
NamedSTV.TallyStateComparator - Class in org.bolson.vote
 
NamedSTV.TallyStateComparator() - Constructor for class org.bolson.vote.NamedSTV.TallyStateComparator
 
NamedSTV.WeightedVote - Class in org.bolson.vote
 
NamedSTV.WeightedVote(NameVotingSystem.NameVote[]) - Constructor for class org.bolson.vote.NamedSTV.WeightedVote
 
NamedTemplate - Class in org.bolson.vote
 
NamedTemplate() - Constructor for class org.bolson.vote.NamedTemplate
 
NamedVRR - Class in org.bolson.vote
Virtual Round Robin election (Condorcet).
NamedVRR() - Constructor for class org.bolson.vote.NamedVRR
 
NamedVRR.Count - Class in org.bolson.vote
 
nameEqStrToVoteArray(String, String, boolean) - Static method in class org.bolson.vote.NameVotingSystem
Convert Name=Rating pairs in a string to an array of NameVote.
nameEqStrToVoteArray(String) - Static method in class org.bolson.vote.NameVotingSystem
Convert Name=Rating pairs in a string to an array of NameVote.
namehashToNameArray(Hashtable) - Static method in class org.bolson.vote.vote
 
namehashToNameArray(Hashtable, int) - Static method in class org.bolson.vote.vote
 
names() - Method in class org.bolson.vote.NamedHistogram
 
NameVotingSystem - Class in org.bolson.vote
Taking a bunch of (name,rating) pairs this type of voting system allows for write-ins and perhaps a somewhat simpler usage.
NameVotingSystem() - Constructor for class org.bolson.vote.NameVotingSystem
 
NameVotingSystem.NameVote - Class in org.bolson.vote
 
NameVotingSystem.NameVote(String, float) - Constructor for class org.bolson.vote.NameVotingSystem.NameVote
 
NameVotingSystem.ReverseComparator - Class in org.bolson.vote
 
NameVotingSystem.ReverseComparator() - Constructor for class org.bolson.vote.NameVotingSystem.ReverseComparator
 
NO_VOTE - Static variable in class org.bolson.vote.VotingSystem
This value represents that the voter made no action on some choice.
normalize(double[]) - Static method in class org.bolson.vote.VotingSystem
Divide values by their average
normalize(double[], double[]) - Static method in class org.bolson.vote.VotingSystem
Divide values by their average
normalize(float[]) - Static method in class org.bolson.vote.VotingSystem
Divide values by their average
normalize(float[], float[]) - Static method in class org.bolson.vote.VotingSystem
 
normalize(double[], int[]) - Static method in class org.bolson.vote.VotingSystem
Divide values by their average
normalizeL2(double[]) - Static method in class org.bolson.vote.VotingSystem
Calculate "L2" norm.
normalizeL2(double[], double[]) - Static method in class org.bolson.vote.VotingSystem
Calculate "L2" norm.
normalizeL2(float[]) - Static method in class org.bolson.vote.VotingSystem
Calculate "L2" norm.
normalizeL2(float[], float[]) - Static method in class org.bolson.vote.VotingSystem
Calculate "L2" norm.
normalizeL2(double[], int[]) - Static method in class org.bolson.vote.VotingSystem
Calculate "L2" norm.
numc - Variable in class org.bolson.vote.VotingSystem
number of candidates

O

offset - Variable in class org.bolson.vote.NamedHistogram
offset used at display time on bucket labels
onDef - Variable in class org.bolson.vote.VotingSystemFactory
 
org.bolson.vote - package org.bolson.vote
Provides classes for counting elections and presenting their results.

P

PairwiseRatingDifferentialSummation - Class in org.bolson.vote
It's like Condorcet, but based on ratings differentials.
PairwiseRatingDifferentialSummation(int) - Constructor for class org.bolson.vote.PairwiseRatingDifferentialSummation
 
parseFormat(String, String[]) - Static method in class org.bolson.vote.NamedHistogram
 
percentHexify(String) - Static method in class org.bolson.vote.NameVotingSystem
It's just like return s.replaceAll( "%", "%25" ).replaceAll( "&", "%26" ).replaceAll( "=", "%3d" ); but faster.
primary - Variable in class org.bolson.vote.DistributiveVSWrapper
which one of they gets returned for getWinners, toString, htmlSummary.
printPercents - Variable in class org.bolson.vote.NamedHistogram
 
printUsage() - Static method in class org.bolson.vote.voten
 
printVote(float[]) - Static method in class org.bolson.vote.vote
 
printVote(int[]) - Static method in class org.bolson.vote.vote
 
proxies - Variable in class org.bolson.vote.InstantProxy.Card
proxies sorted by priority, vote goes to first which voted
proxyIndex(InstantProxy.Card, int[]) - Static method in class org.bolson.vote.InstantProxy
 
proxyIndex(InstantProxy.Card, int[], InstantProxy.Card[], boolean[]) - Static method in class org.bolson.vote.InstantProxy
recursive version, for breadth first search, stops when none active

Q

quota(int, double, int) - Static method in class org.bolson.vote.NamedSTV
 
quota(int, double, int) - Static method in class org.bolson.vote.STV
 

R

RankedPairs - Class in org.bolson.vote
Implements the Ranked Pairs method of ranked voting tabulation.
RankedPairs(int) - Constructor for class org.bolson.vote.RankedPairs
 
RankedPairs.Pair - Class in org.bolson.vote
 
RankedPairs.Pair(int, int, int) - Constructor for class org.bolson.vote.RankedPairs.Pair
 
RankedVotingSystem - Class in org.bolson.vote
Interface for any voting system that inputs a voter's rankings of the choices.
RankedVotingSystem(int) - Constructor for class org.bolson.vote.RankedVotingSystem
 
RatedVotingSystem - Class in org.bolson.vote
Interface for any voting system that inputs a voter's ratings of the choices.
RatedVotingSystem(int) - Constructor for class org.bolson.vote.RatedVotingSystem
 
rating - Variable in class org.bolson.vote.NameVotingSystem.NameVote
 
ratingFormat - Static variable in class org.bolson.vote.NamedIRNR
 
ratingFormat - Static variable in class org.bolson.vote.NamedIRNRP
 
ratingFormat - Static variable in class org.bolson.vote.NamedRaw
 
RawRating - Class in org.bolson.vote
Raw summation of voter's ratings.
RawRating(int) - Constructor for class org.bolson.vote.RawRating
 
readArgv(String[]) - Method in class org.bolson.vote.vote
 
readIntFile(Reader) - Static method in class org.bolson.vote.InstantProxy
 
readProxies(Reader) - Static method in class org.bolson.vote.InstantProxy.Card
Read proxy declarations from a text file.
readVotes(Reader) - Method in class org.bolson.vote.NameVotingSystem
Reads tab separated name=rating vote per line.
recountBuckets() - Method in class org.bolson.vote.STV
 
registerImpl(String, Class) - Static method in class org.bolson.vote.NameVotingSystem
 
renderChoice(StringBuffer, NamedHistogram.Choice, int, int, double) - Method in class org.bolson.vote.NamedHistogram
 
reset() - Method in class org.bolson.vote.NamedSTV.WeightedVote
 
resetBuckets() - Method in class org.bolson.vote.IRV
 
resetBuckets() - Method in class org.bolson.vote.STV
 
resultsHTMLDisplay(PrintWriter, NameVotingSystem[], boolean, int) - Static method in class org.bolson.vote.NameVotingSystem
Print full results.
resultsHTMLDisplay(PrintWriter, VotingSystem[], String[], boolean, int) - Static method in class org.bolson.vote.vote
Print full results.

S

setGlobalHistRowFormat(String) - Static method in class org.bolson.vote.NamedHistogram
Set default format for histogram rows.
setNames(String[]) - Method in class org.bolson.vote.vote
 
shortOpt - Variable in class org.bolson.vote.VotingSystemFactory
 
sort(NameVotingSystem.NameVote[]) - Static method in class org.bolson.vote.NameVotingSystem
 
standardVotingSystemList - Static variable in class org.bolson.vote.VotingSystemFactory
Suggestion: take a .clone() of this array and set the onDef flags
stretch(double[], float, float) - Static method in class org.bolson.vote.VotingSystem
Maximize a vote between bounds.
StringToNumberArray(String, int) - Static method in class org.bolson.vote.vote
 
stripNonDig(String) - Static method in class org.bolson.vote.vote
utility to StringToNumberArray and CListToNumberArray
STV - Class in org.bolson.vote
Single Transferrable Vote, IRV for multi-seat elections.
STV(int) - Constructor for class org.bolson.vote.STV
In addition to interfaced methods, there shall be a constructor taking the integer number N of choices to be voted on.
STV.Ballot - Class in org.bolson.vote
 
STV.Ballot(int[]) - Constructor for class org.bolson.vote.STV.Ballot
 
sum - Variable in class org.bolson.vote.NamedHistogram.Choice
 
SummableVotingSystem - Interface in org.bolson.vote
A voting system that can add up results from partial counts of the total vote.
SynchronizedVSWrapper - Class in org.bolson.vote
Wrapper that makes all calls synchronized on the subordinate VotingSystem object.
SynchronizedVSWrapper(VotingSystem) - Constructor for class org.bolson.vote.SynchronizedVSWrapper
 

T

talley - Variable in class org.bolson.vote.Approval
 
talley - Variable in class org.bolson.vote.BordaVotingSystem
 
talley - Variable in class org.bolson.vote.Condorcet
 
talley - Variable in class org.bolson.vote.CondorcetRTB
 
talley - Variable in class org.bolson.vote.INR
 
talley - Variable in class org.bolson.vote.IRNR
 
talley - Variable in class org.bolson.vote.IRNRP
 
talley - Variable in class org.bolson.vote.PairwiseRatingDifferentialSummation
 
talley - Variable in class org.bolson.vote.RawRating
 
tally - Variable in class org.bolson.vote.NamedIRNR.TallyState
 
tally - Variable in class org.bolson.vote.NamedIRV.TallyState
 
tally - Variable in class org.bolson.vote.NamedSTV.TallyState
 
theTSC - Static variable in class org.bolson.vote.NamedSTV
 
they - Variable in class org.bolson.vote.DistributiveVSWrapper
add VotingSystem-s to this and they will get all votes.
toString() - Method in class org.bolson.vote.Approval
 
toString(String[]) - Method in class org.bolson.vote.Approval
 
toString(String[]) - Method in class org.bolson.vote.BordaVotingSystem
 
toString() - Method in class org.bolson.vote.BordaVotingSystem
 
toString(String[]) - Method in class org.bolson.vote.Bucklin
 
toString() - Method in class org.bolson.vote.Bucklin
 
toString() - Method in class org.bolson.vote.Condorcet
 
toString(String[]) - Method in class org.bolson.vote.Condorcet
 
toString() - Method in class org.bolson.vote.CondorcetRTB
 
toString(String[]) - Method in class org.bolson.vote.CondorcetRTB
 
toString(String[]) - Method in class org.bolson.vote.Coombs
 
toString() - Method in class org.bolson.vote.Coombs
 
toString(String[]) - Method in class org.bolson.vote.DistributiveVSWrapper
 
toString(String[]) - Method in class org.bolson.vote.EmptyVotingSystem
A more interesting representation.
toString(String[]) - Method in class org.bolson.vote.GradualApproval
A more interesting representation.
toString() - Method in class org.bolson.vote.Histogram
 
toString(int, String[]) - Method in class org.bolson.vote.Histogram
 
toString(String[]) - Method in class org.bolson.vote.Histogram
 
toString() - Method in class org.bolson.vote.INR
 
toString(String[]) - Method in class org.bolson.vote.INR
 
toString() - Method in class org.bolson.vote.InstantProxy.Card
 
toString() - Method in class org.bolson.vote.IRNR
 
toString(String[]) - Method in class org.bolson.vote.IRNR
 
toString(String[]) - Method in class org.bolson.vote.IRNRP
A more interesting representation.
toString(String[]) - Method in class org.bolson.vote.IRV
 
toString() - Method in class org.bolson.vote.IRV
 
toString() - Method in class org.bolson.vote.PairwiseRatingDifferentialSummation
 
toString(String[]) - Method in class org.bolson.vote.PairwiseRatingDifferentialSummation
 
toString() - Method in class org.bolson.vote.RawRating
 
toString(String[]) - Method in class org.bolson.vote.RawRating
 
toString(String[]) - Method in class org.bolson.vote.STV
A more interesting representation.
toString(String[]) - Method in class org.bolson.vote.SynchronizedVSWrapper
 
toString(String[]) - Method in class org.bolson.vote.VotingSystem
A more interesting representation.
toString() - Method in class org.bolson.vote.VotingSystemFactory
 

U

uid - Variable in class org.bolson.vote.InstantProxy.Card
this voter's user id
urlEncode(NameVotingSystem.NameVote[]) - Static method in class org.bolson.vote.NameVotingSystem
url encode a vote
usage - Static variable in class org.bolson.vote.voten
 
useSpan - Variable in class org.bolson.vote.Histogram
 
useSpan - Variable in class org.bolson.vote.NamedHistogram
 

V

valueTitle - Variable in class org.bolson.vote.Histogram
 
verifySchwartzSet(int[]) - Method in class org.bolson.vote.Condorcet
Verify set to have Schwartz Set properties.
verifySchwartzSet(int, int[], int[]) - Static method in class org.bolson.vote.Condorcet
 
verifySchwartzSet(int, int[], int[], StringBuffer) - Static method in class org.bolson.vote.Condorcet
 
vote(float) - Method in class org.bolson.vote.NamedHistogram.Choice
 
vote(HashMap) - Method in class org.bolson.vote.NamedSTV.WeightedVote
 
vote - Class in org.bolson.vote
Command line app for processing votes.
vote() - Constructor for class org.bolson.vote.vote
 
voteFloatFromVoteSource(vote.VoteSource) - Method in class org.bolson.vote.vote
 
voteFromTextFile(String) - Method in class org.bolson.vote.vote
 
voteFromVoteSource(vote.VoteSource) - Method in class org.bolson.vote.vote
 
voteFromVoteSourceWithInit(vote.VoteSource) - Method in class org.bolson.vote.vote
 
voteIntFromVoteSource(vote.VoteSource) - Method in class org.bolson.vote.vote
 
voten - Class in org.bolson.vote
 
voten() - Constructor for class org.bolson.vote.voten
 
voteNameEqStr(String) - Method in class org.bolson.vote.NameVotingSystem
Vote a tab-separated name=rating string.
voteOne(float[]) - Method in class org.bolson.vote.vote
 
voteOne(int[]) - Method in class org.bolson.vote.vote
 
voteOrderSpec(String) - Method in class org.bolson.vote.NameVotingSystem
Vote an ordering specified by a string.
voteRanking(int[]) - Method in class org.bolson.vote.Approval
Choices above (ranked less than or equal to) "(numc+1) / 2" are voted as "approved".
voteRanking(int[]) - Method in class org.bolson.vote.BordaVotingSystem
 
voteRanking(int[]) - Method in class org.bolson.vote.Bucklin
 
voteRanking(int[]) - Method in class org.bolson.vote.Coombs
 
voteRanking(int[]) - Method in class org.bolson.vote.DistributiveVSWrapper
 
voteRanking(int[]) - Method in class org.bolson.vote.EmptyVotingSystem
 
voteRanking(int[]) - Method in class org.bolson.vote.Histogram
 
voteRanking(int[]) - Method in class org.bolson.vote.IRV
 
voteRanking(int[]) - Method in class org.bolson.vote.RatedVotingSystem
Convert to Rating and pass to voteRating();
voteRanking(int[]) - Method in class org.bolson.vote.STV
 
voteRanking(int[]) - Method in class org.bolson.vote.SynchronizedVSWrapper
 
voteRanking(int[]) - Method in class org.bolson.vote.VotingSystem
 
voteRating(int[]) - Method in class org.bolson.vote.Approval
 
voteRating(float[]) - Method in class org.bolson.vote.Approval
 
voteRating(double[]) - Method in class org.bolson.vote.Approval
 
voteRating(int[]) - Method in class org.bolson.vote.Condorcet
 
voteRating(float[]) - Method in class org.bolson.vote.Condorcet
 
voteRating(double[]) - Method in class org.bolson.vote.Condorcet
 
voteRating(int[]) - Method in class org.bolson.vote.CondorcetRTB
 
voteRating(float[]) - Method in class org.bolson.vote.CondorcetRTB
 
voteRating(double[]) - Method in class org.bolson.vote.CondorcetRTB
 
voteRating(int[]) - Method in class org.bolson.vote.DistributiveVSWrapper
 
voteRating(float[]) - Method in class org.bolson.vote.DistributiveVSWrapper
 
voteRating(double[]) - Method in class org.bolson.vote.DistributiveVSWrapper
 
voteRating(int[]) - Method in class org.bolson.vote.EmptyVotingSystem
 
voteRating(float[]) - Method in class org.bolson.vote.EmptyVotingSystem
 
voteRating(double[]) - Method in class org.bolson.vote.EmptyVotingSystem
 
voteRating(int[]) - Method in class org.bolson.vote.GradualApproval
 
voteRating(float[]) - Method in class org.bolson.vote.GradualApproval
 
voteRating(double[]) - Method in class org.bolson.vote.GradualApproval
 
voteRating(int[]) - Method in class org.bolson.vote.Histogram
 
voteRating(float[]) - Method in class org.bolson.vote.Histogram
 
voteRating(double[]) - Method in class org.bolson.vote.Histogram
 
voteRating(int[]) - Method in class org.bolson.vote.INR
 
voteRating(float[]) - Method in class org.bolson.vote.INR
 
voteRating(double[]) - Method in class org.bolson.vote.INR
 
voteRating(int[]) - Method in class org.bolson.vote.IRNR
 
voteRating(float[]) - Method in class org.bolson.vote.IRNR
 
voteRating(double[]) - Method in class org.bolson.vote.IRNR
 
voteRating(int[]) - Method in class org.bolson.vote.IRNRP
 
voteRating(float[]) - Method in class org.bolson.vote.IRNRP
 
voteRating(double[]) - Method in class org.bolson.vote.IRNRP
 
voteRating(NameVotingSystem.NameVote[]) - Method in class org.bolson.vote.NamedApproval
 
voteRating(NameVotingSystem.NameVote[]) - Method in class org.bolson.vote.NamedHistogram
The normal vote interface in this case accumulates the ratings into histograms per name.
voteRating(NameVotingSystem.NameVote[]) - Method in class org.bolson.vote.NamedIRNR
 
voteRating(NameVotingSystem.NameVote[]) - Method in class org.bolson.vote.NamedIRV
 
voteRating(NameVotingSystem.NameVote[]) - Method in class org.bolson.vote.NamedRaw
 
voteRating(NameVotingSystem.NameVote[]) - Method in class org.bolson.vote.NamedSTV
 
voteRating(NameVotingSystem.NameVote[]) - Method in class org.bolson.vote.NamedTemplate
 
voteRating(NameVotingSystem.NameVote[]) - Method in class org.bolson.vote.NamedVRR
counts the names voted.
voteRating(Map) - Method in class org.bolson.vote.NameVotingSystem
Vote a set of ratings.
voteRating(NameVotingSystem.NameVote[]) - Method in class org.bolson.vote.NameVotingSystem
Vote a set of ratings.
voteRating(int[]) - Method in class org.bolson.vote.PairwiseRatingDifferentialSummation
 
voteRating(float[]) - Method in class org.bolson.vote.PairwiseRatingDifferentialSummation
 
voteRating(double[]) - Method in class org.bolson.vote.PairwiseRatingDifferentialSummation
 
voteRating(int[]) - Method in class org.bolson.vote.RankedVotingSystem
Converts rating to ranking and passes to voteRanking.
voteRating(float[]) - Method in class org.bolson.vote.RankedVotingSystem
 
voteRating(double[]) - Method in class org.bolson.vote.RankedVotingSystem
 
voteRating(int[]) - Method in class org.bolson.vote.RatedVotingSystem
 
voteRating(double[]) - Method in class org.bolson.vote.RatedVotingSystem
 
voteRating(int[]) - Method in class org.bolson.vote.RawRating
 
voteRating(float[]) - Method in class org.bolson.vote.RawRating
 
voteRating(double[]) - Method in class org.bolson.vote.RawRating
 
voteRating(int[]) - Method in class org.bolson.vote.SynchronizedVSWrapper
 
voteRating(float[]) - Method in class org.bolson.vote.SynchronizedVSWrapper
 
voteRating(double[]) - Method in class org.bolson.vote.SynchronizedVSWrapper
 
voteRating(int[]) - Method in class org.bolson.vote.VotingSystem
 
voteRating(float[]) - Method in class org.bolson.vote.VotingSystem
 
voteRating(double[]) - Method in class org.bolson.vote.VotingSystem
 
voteRating(Object) - Method in class org.bolson.vote.VotingSystem
 
voteReader(Reader) - Method in class org.bolson.vote.vote
 
votes - Variable in class org.bolson.vote.Bucklin
 
votes - Variable in class org.bolson.vote.Coombs
 
votes - Variable in class org.bolson.vote.IRV
 
votes - Variable in class org.bolson.vote.NamedHistogram.Choice
 
votes - Variable in class org.bolson.vote.NamedIRV.TallyState
 
voteSpecToNameVoteArray(String) - Static method in class org.bolson.vote.NameVotingSystem
Convert a list of names separated by '>' or '='.
voteStream(InputStream) - Method in class org.bolson.vote.vote
 
voteStream(DataInputStream) - Method in class org.bolson.vote.vote
 
VotingSystem - Class in org.bolson.vote
Top level abstract class for ranked or rated voting systems.
VotingSystem(int) - Constructor for class org.bolson.vote.VotingSystem
In addition to interfaced methods, there shall be a constructor taking the integer number N of choices to be voted on.
VotingSystemFactory - Class in org.bolson.vote
VoteSouce with Options Store configuration for a VoteSource ready to produce one when numc is known.
VotingSystemFactory(Class, String) - Constructor for class org.bolson.vote.VotingSystemFactory
 
VotingSystemFactory(Class, String, boolean) - Constructor for class org.bolson.vote.VotingSystemFactory
 
VotingSystemFactory(Class, String, String) - Constructor for class org.bolson.vote.VotingSystemFactory
 
VotingSystemFactory(Class, String, String, String[]) - Constructor for class org.bolson.vote.VotingSystemFactory
 
VotingSystemFactory(Class, String, String[]) - Constructor for class org.bolson.vote.VotingSystemFactory
 
VotingSystemFactory(Class, String, String, String[], boolean) - Constructor for class org.bolson.vote.VotingSystemFactory
 
VotingSystemFactory(Class, String, String[], boolean) - Constructor for class org.bolson.vote.VotingSystemFactory
 
VotingSystemFactory(VotingSystem, String) - Constructor for class org.bolson.vote.VotingSystemFactory
 
VotingSystemFactory(VotingSystem, String[], String) - Constructor for class org.bolson.vote.VotingSystemFactory
 
VotingSystemFactory(VotingSystem, String[], String, boolean) - Constructor for class org.bolson.vote.VotingSystemFactory
 

W

weight - Variable in class org.bolson.vote.NamedSTV.TallyState
 
winnerBuckets - Variable in class org.bolson.vote.IRV
 
winners - Variable in class org.bolson.vote.PairwiseRatingDifferentialSummation
 
winnerSummaryHTMLTable(PrintWriter, NameVotingSystem[], boolean, int) - Static method in class org.bolson.vote.NameVotingSystem
Print summary table.
winnerSummaryHTMLTable(PrintWriter, VotingSystem[], String[], boolean, int) - Static method in class org.bolson.vote.vote
Print summary table.

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