|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ISimulation
Defines the interface for simulators.
| Method Summary | |
|---|---|
Events |
getInputEvents()
gets the events that are scheduled initally by the simulator |
IVerinecRepository |
getRepository()
gets the repository containing the network definition |
double |
getStopTime()
gets the time value when the simulation stops |
void |
setInputEvents(Events events)
sets the InputsEvents of the simulator. |
void |
setRepository(IVerinecRepository repository)
sets the repository of the simulator. |
void |
setStopTime(double time)
sets the time to the value when the simulation stops. |
Events |
start()
starts the simulation and returns all Eventsthat happend during the
simulation. |
| Method Detail |
|---|
Events start()
throws NetSimException
Eventsthat happend during the
simulation.
Eventsthat happend during
the simulation
NetSimException - if something goes wrong during the simulationvoid setRepository(IVerinecRepository repository)
repository - a repositoryvoid setInputEvents(Events events)
events - Inputeventsvoid setStopTime(double time)
time - stoptime of the simulationdouble getStopTime()
IVerinecRepository getRepository()
Events getInputEvents()
|
Copyright © 2005 Verinec, DIUF | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||