Uses of Class
me.edwards.des.Node

Packages that use Node
me.edwards.des.demo   
me.edwards.des.net   
 

Uses of Node in me.edwards.des.demo
 

Methods in me.edwards.des.demo with parameters of type Node
static void Submitter.submit(java.lang.String file, Node node, java.lang.String[][] voteList, int duration)
          Submits Ballots to a local Node for demonstration purposes.
 

Uses of Node in me.edwards.des.net
 

Fields in me.edwards.des.net declared as Node
private  Node Connection.node
           
 

Constructors in me.edwards.des.net with parameters of type Node
Connection(Node node, java.net.Socket socket)
          Creates new Connection using the local Node and the socket connecting to the remote Node.