|
Query Cycle Simulator HEADER | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Creates and initializes system components.
| Method Summary | |
InitializationManager |
initializationManager()
Get the initialization manager |
PeerDescription |
peer(int peerID)
Get the description of the peer with id peerID. |
int |
peers()
The total number of peers in the system. |
QueryCycleManager |
reset()
Reset the simulation manager. |
void |
save(java.lang.String filename)
Save the simulation manager. |
Simulator |
simulator()
The system simulator used to update cycles. |
| Method Detail |
public InitializationManager initializationManager()
public Simulator simulator()
public int peers()
public PeerDescription peer(int peerID)
peerID - The id of the desired peer description.public void save(java.lang.String filename)
filename - file name in which to save file under.public QueryCycleManager reset()
|
Query Cycle Simulator HEADER | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||