|
Query Cycle Simulator HEADER | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--qcsim.runtime.impl.QueryCycleSimulatorImpl
Coordinates the simulation steps.
| Field Summary | |
int |
debugLevel_
system debug level |
static int |
trustIter
|
| Fields inherited from interface qcsim.runtime.Simulator |
CYCLE_BOUND |
| Constructor Summary | |
QueryCycleSimulatorImpl()
Constructor |
|
QueryCycleSimulatorImpl(int debug)
Constructor |
|
| Method Summary | |
int |
cycle()
The current cycle the simulator is running |
void |
cycle(int cycle)
Simulates one simulation cycle or query round. |
int |
maxCycle()
The maximum cycle this simulator is able to simulate |
void |
notifiee(Notifiee notifiee)
Add a notifiee to the simulator. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final int trustIter
public int debugLevel_
| Constructor Detail |
public QueryCycleSimulatorImpl()
public QueryCycleSimulatorImpl(int debug)
debug - Debugging level.| Method Detail |
public int maxCycle()
maxCycle in interface Simulatorpublic void notifiee(Notifiee notifiee)
Simulator
notifiee in interface Simulatorpublic void cycle(int cycle)
cycle in interface Simulatorcycle - set the current cycle.public int cycle()
cycle in interface Simulator
|
Query Cycle Simulator HEADER | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||