Query Cycle Simulator HEADER

Uses of Interface
qcsim.net.NetworkSimulator

Packages that use NetworkSimulator
qcsim.net.impl   
qcsim.peer   
qcsim.peer.impl   
 

Uses of NetworkSimulator in qcsim.net.impl
 

Classes in qcsim.net.impl that implement NetworkSimulator
 class PowerLawNetworkImpl
          Implements the network functionality.
 

Uses of NetworkSimulator in qcsim.peer
 

Methods in qcsim.peer with parameters of type NetworkSimulator
 Peer PeerManager.newPeer(NetworkSimulator network, int behavior)
          Create a new peer
 

Uses of NetworkSimulator in qcsim.peer.impl
 

Methods in qcsim.peer.impl with parameters of type NetworkSimulator
 Peer PeerManagerImpl.newPeer(NetworkSimulator network, int behavior)
          Create a new peer
 

Constructors in qcsim.peer.impl with parameters of type NetworkSimulator
PeerImpl(PeerManager manager, int peerID, int behavior, NetworkSimulator network)
          Constructor.
PeerImpl(int debug, PeerManager manager, int peerID, int behavior, NetworkSimulator network)
          Constructor.
 


Query Cycle Simulator HEADER