votorola.a.register
Class NeighbourhoodIC

java.lang.Object
  extended by Neighbourhood
      extended by NeighbourhoodIC

final class NeighbourhoodIC
extends Neighbourhood

An implicitly created neighbourhood.


Nested Class Summary
 
Nested classes/interfaces inherited from class Neighbourhood
Neighbourhood.CachedTable, Neighbourhood.Key, Neighbourhood.Table
 
Field Summary
 
Fields inherited from class Neighbourhood
ROOT_LEAF_ALWAYS_EMPTY
 
Constructor Summary
NeighbourhoodIC(Neighbourhood.Table table, String path, boolean isLeaf)
          Constructs a default NeighbourhoodIC, per Neighbourhood(table,path,leaf).
 
Method Summary
 
Methods inherited from class Neighbourhood
clearChild, commit, copy, equals, getChildPath, getDoubted2VoterCount, getDoubted4VoterCount, getDoubtedVoterCount, getTrustedVoterCount, isChildLeaf, isLeaf, key, path, setChild, setDoubted2VoterCount, setDoubted4VoterCount, setDoubtedVoterCount, setTrustedVoterCount, table, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NeighbourhoodIC

NeighbourhoodIC(Neighbourhood.Table table,
                String path,
                boolean isLeaf)
Constructs a default NeighbourhoodIC, per Neighbourhood(table,path,leaf).

Parameters:
table - per table()
path - per path()
isLeaf - per isLeaf()