|
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.QueryCycleSimulatorRun
Coordinates the simulation steps.
| Field Summary |
| Fields inherited from interface qcsim.runtime.Simulator |
CYCLE_BOUND |
| Constructor Summary | |
QueryCycleSimulatorRun(int maxCycle)
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 new notifiee. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public QueryCycleSimulatorRun(int maxCycle)
| Method Detail |
public int maxCycle()
maxCycle in interface Simulatorpublic void notifiee(Notifiee notifiee)
notifiee in interface Simulatornotifiee - The client to be notifieed.public 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 | ||||||||||