|
Query Cycle Simulator HEADER | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--qcsim.impl.QueryCycleManagerImpl
Creates and initializes system components.
| Constructor Summary | |
QueryCycleManagerImpl()
Constructor |
|
| Method Summary | |
InitializationManager |
initializationManager()
Get the initialization manager |
PeerDescription |
peer(int peerID)
Get the peer description for peer with id peerID |
int |
peers()
Get the number of peers in the system. |
QueryCycleManager |
reset()
Reset the simulation. |
void |
save(java.lang.String filename)
Save the current simulation |
Simulator |
simulator()
Get the system simulator, used to update the current cycle. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public QueryCycleManagerImpl()
| Method Detail |
public InitializationManager initializationManager()
initializationManager in interface QueryCycleManagerpublic Simulator simulator()
simulator in interface QueryCycleManagerpublic int peers()
peers in interface QueryCycleManagerpublic PeerDescription peer(int peerID)
peer in interface QueryCycleManagerpeerID - the peer's id.
public void save(java.lang.String filename)
save in interface QueryCycleManagerfilename - file name to save simulation underpublic QueryCycleManager reset()
reset in interface QueryCycleManager
|
Query Cycle Simulator HEADER | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||