org.bolson.vote
Class NamedIRNR.TallyState

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

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


Field Summary
 boolean active
           
 int count
          count is the number of ballots that include this name
 java.lang.String name
           
 double tally
           
 
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

active

public boolean active

count

public int count
count is the number of ballots that include this name