votorola.a.register
Class ListNodeIC

java.lang.Object
  extended by ListNodeC
      extended by ListNodeIC
All Implemented Interfaces:
Serializable, ListNode

public final class ListNodeIC
extends ListNodeC

An implicitly created list node.

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class ListNodeC
ListNodeC.Runner, ListNodeC.Table
 
Constructor Summary
ListNodeIC(ListNodeC.Table table, String voterEmail)
          Constructs a default ListNodeIC, per ListNodeC(table,voterEmail).
 
Method Summary
 
Methods inherited from class ListNodeC
attachTrustEdge, commit, defaultRootNeighbourhoodBar, detachTrustEdge, doubterCount, getBar, getNeighbourhoodPath, getResidence, incrementDoubterCount, leafRegisterPath, primaryTrustEdgeCount, setBar, setNeighbourhoodPath, setResidence, table, toString, trustLevel, voterEmail
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ListNodeIC

ListNodeIC(ListNodeC.Table table,
           String voterEmail)
Constructs a default ListNodeIC, per ListNodeC(table,voterEmail).

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