Query Cycle Simulator HEADER

Uses of Interface
qcsim.peer.PeerDescription

Packages that use PeerDescription
qcsim   
qcsim.impl   
qcsim.peer   
qcsim.peer.impl   
qcsim.util   
 

Uses of PeerDescription in qcsim
 

Methods in qcsim that return PeerDescription
 PeerDescription QueryCycleManager.peer(int peerID)
          Get the description of the peer with id peerID.
 

Uses of PeerDescription in qcsim.impl
 

Methods in qcsim.impl that return PeerDescription
 PeerDescription QueryCycleManagerRun.peer(int peerID)
          The peer description for peer with id peerID
 PeerDescription QueryCycleManagerImpl.peer(int peerID)
          Get the peer description for peer with id peerID
 

Methods in qcsim.impl with parameters of type PeerDescription
 void QueryCycleManagerRun.description(PeerDescription desc)
          Add a new peer description to this manager
 

Uses of PeerDescription in qcsim.peer
 

Methods in qcsim.peer that return PeerDescription
 PeerDescription PeerDescription.badResponse(int i)
          The ith peer who sent an inauthentic file during the cycle
 PeerDescription PeerDescription.goodResponse()
          The peer who sent a good file during the cycle.
 PeerDescription Peer.description()
          Get a description of the peer.
 

Uses of PeerDescription in qcsim.peer.impl
 

Classes in qcsim.peer.impl that implement PeerDescription
 class PeerDescriptionImpl
          Provides a GUI description of a peer and its downloads.
 

Methods in qcsim.peer.impl that return PeerDescription
 PeerDescription PeerImpl.description()
           
 PeerDescription PeerDescriptionImpl.badResponse(int i)
          Get the ith bad response during the current cycle.
 PeerDescription PeerDescriptionImpl.goodResponse()
          Get the good response cooresponding to the current cycle.
 

Methods in qcsim.peer.impl with parameters of type PeerDescription
 void PeerDescriptionImpl.badResponse(PeerDescription desc)
          Add the peer description to the list of bad responses.
 void PeerDescriptionImpl.goodResponse(PeerDescription desc)
          Add the description of the peer that sent a good response.
 

Uses of PeerDescription in qcsim.util
 

Constructors in qcsim.util with parameters of type PeerDescription
DownloadDescription(PeerDescription start, PeerDescription end, java.awt.Color color)
           
DownloadDescription(PeerDescription start, PeerDescription end, java.awt.Color color)
           
 


Query Cycle Simulator HEADER