Uses of Interface
org.xlattice.Overlay

Packages that use Overlay
org.xlattice This package contains abstractions for all of the basic types dealt with in XLattice. 
 

Uses of Overlay in org.xlattice
 

Methods in org.xlattice that return Overlay
 Overlay Peer.getOverlay(int n)
           
 Overlay Node.getOverlay(int n)
           
 Overlay Node.removeOverlay(Overlay v)
           
 

Methods in org.xlattice with parameters of type Overlay
 void Peer.addOverlay(Overlay o)
           
 Node Node.addOverlay(Overlay v)
           
 Overlay Node.removeOverlay(Overlay v)
           
 

Constructors in org.xlattice with parameters of type Overlay
Peer(NodeID id, PublicKey p, Overlay[] o, Connector[] c)