Uses of Class
me.edwards.des.block.Vote

Packages that use Vote
me.edwards.des.block   
 

Uses of Vote in me.edwards.des.block
 

Methods in me.edwards.des.block that return types with arguments of type Vote
 java.util.ArrayList<Vote> Ballot.getVotes()
          Returns the Votes contained in this Ballot as an ArrayList.
 

Constructor parameters in me.edwards.des.block with type arguments of type Vote
Ballot(java.lang.String id, java.lang.String signature, java.util.ArrayList<Vote> votes)
          Creates new Ballot from a UUID, Signatures, and list of votes.