org.bolson.vote
Class NamedSTV.TallyState

java.lang.Object
  extended by org.bolson.vote.NamedSTV.TallyState
Enclosing class:
NamedSTV

protected static class NamedSTV.TallyState
extends java.lang.Object


Field Summary
 boolean active
           
 double deadEndTally
          subset of votes that this is the last ranked choice for.
 boolean elected
           
 java.lang.String name
           
 double tally
           
 double weight
           
 
Constructor Summary
NamedSTV.TallyState(java.lang.String nin)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

public java.lang.String name

tally

public double tally

deadEndTally

public double deadEndTally
subset of votes that this is the last ranked choice for.


weight

public double weight

active

public boolean active

elected

public boolean elected
Constructor Detail

NamedSTV.TallyState

public NamedSTV.TallyState(java.lang.String nin)