votorola.a.election
Class CountNodeIC

java.lang.Object
  extended by CountNode
      extended by CountNodeIC
All Implemented Interfaces:
Serializable, Cloneable

final class CountNodeIC
extends CountNode

An implicitly created count node.


Nested Class Summary
 
Nested classes/interfaces inherited from class CountNode
CountNode.Table
 
Constructor Summary
CountNodeIC(CountNode.Table table, String voterEmail)
          Constructs a default CountNodeIC, per CountNode(table,voterEmail).
 
Method Summary
 
Methods inherited from class CountNode
carryCount, cast, clone, commit, getBar, getCandidateEmail, getRank, getRankIndex, holdCount, isCast, receiveCount, setBar, setCandidateEmail, setRank, setRankIndex, singleCastCount, table, toString, trace, uncast, voterEmail
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CountNodeIC

CountNodeIC(CountNode.Table table,
            String voterEmail)
Constructs a default CountNodeIC, per CountNode(table,voterEmail).

Parameters:
table - per table()
voterEmail - per voterEmail()