jar

info.gehrels.voting : singleTransferableVoteElections

Maven & Gradle

Jul 07, 2017
4 stars

Single Transferable Vote Elections · Calculates Single Transferable Vote election results using the Weighted Inclusive Gregory Method

Table Of Contents

Latest Version

Download info.gehrels.voting : singleTransferableVoteElections JAR file - Latest Versions:

All Versions

Download info.gehrels.voting : singleTransferableVoteElections JAR file - All Versions:

Version Vulnerabilities Size Updated
4.0
3.0
2.1
2.0

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window singleTransferableVoteElections-4.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

info.gehrels.voting

├─ info.gehrels.voting.AmbiguityResolver.class - [JAR]

├─ info.gehrels.voting.Ballot.class - [JAR]

├─ info.gehrels.voting.Candidate.class - [JAR]

├─ info.gehrels.voting.Election.class - [JAR]

├─ info.gehrels.voting.ElectionCalculation.class - [JAR]

├─ info.gehrels.voting.ElectionCalculationFactory.class - [JAR]

├─ info.gehrels.voting.GuavaCollectors.class - [JAR]

├─ info.gehrels.voting.NotMoreThanTheAllowedNumberOfCandidatesCanReachItQuorum.class - [JAR]

├─ info.gehrels.voting.QuorumCalculation.class - [JAR]

├─ info.gehrels.voting.SetMatchers.class - [JAR]

├─ info.gehrels.voting.Vote.class - [JAR]

info.gehrels.voting.genderedElections

├─ info.gehrels.voting.genderedElections.ElectionCalculationWithFemaleExclusivePositions.class - [JAR]

├─ info.gehrels.voting.genderedElections.ElectionCalculationWithFemaleExclusivePositionsListener.class - [JAR]

├─ info.gehrels.voting.genderedElections.FemalePredicate.class - [JAR]

├─ info.gehrels.voting.genderedElections.GenderedCandidate.class - [JAR]

├─ info.gehrels.voting.genderedElections.GenderedElection.class - [JAR]

├─ info.gehrels.voting.genderedElections.NotElectedBeforePredicate.class - [JAR]

info.gehrels.voting.singleTransferableVote

├─ info.gehrels.voting.singleTransferableVote.CandidateState.class - [JAR]

├─ info.gehrels.voting.singleTransferableVote.CandidateStates.class - [JAR]

├─ info.gehrels.voting.singleTransferableVote.STVElectionCalculation.class - [JAR]

├─ info.gehrels.voting.singleTransferableVote.STVElectionCalculationFactory.class - [JAR]

├─ info.gehrels.voting.singleTransferableVote.STVElectionCalculationListener.class - [JAR]

├─ info.gehrels.voting.singleTransferableVote.STVElectionCalculationStep.class - [JAR]

├─ info.gehrels.voting.singleTransferableVote.VoteDistribution.class - [JAR]

├─ info.gehrels.voting.singleTransferableVote.VoteState.class - [JAR]

├─ info.gehrels.voting.singleTransferableVote.VoteWeightRecalculationMethod.class - [JAR]

├─ info.gehrels.voting.singleTransferableVote.VoteWeightRecalculator.class - [JAR]

├─ info.gehrels.voting.singleTransferableVote.WeightedInclusiveGregoryMethod.class - [JAR]

Advertisement