|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object vanetsim.ConsoleStart
public final class ConsoleStart
This is the main class for the VANet-Simulator which starts the GUI and all other components.
Constructor Summary | |
---|---|
ConsoleStart(java.lang.String mapFile,
java.lang.String scenarioFile,
java.lang.String simulationTime)
Starts the simulator in console mode |
Method Summary | |
---|---|
static SimulationMaster |
getSimulationMaster()
Returns the simulation master (for example in order to stop or start simulation). |
void |
run()
Thread which creates the GUI. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ConsoleStart(java.lang.String mapFile, java.lang.String scenarioFile, java.lang.String simulationTime)
mapFile
- path of the used mapscenarioFile
- path of the used scenariosimulationTime
- the simulation time in millisecondsMethod Detail |
---|
public void run()
run
in interface java.lang.Runnable
Runnable.run()
public static SimulationMaster getSimulationMaster()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |