VANET Simulator
 All Classes Functions Variables
Public Member Functions | Static Public Member Functions | List of all members
vanetsim.ConsoleStart Class Reference
Inheritance diagram for vanetsim.ConsoleStart:

Public Member Functions

 ConsoleStart (String mapFile, String scenarioFile, String simulationTime)
 
void run ()
 

Static Public Member Functions

static SimulationMaster getSimulationMaster ()
 

Detailed Description

This is the main class for the VANet-Simulator which starts the GUI and all other components.

Constructor & Destructor Documentation

vanetsim.ConsoleStart.ConsoleStart ( String  mapFile,
String  scenarioFile,
String  simulationTime 
)
inline

Starts the simulator in console mode

Parameters
mapFilepath of the used map
scenarioFilepath of the used scenario
simulationTimethe simulation time in milliseconds

Member Function Documentation

static SimulationMaster vanetsim.ConsoleStart.getSimulationMaster ( )
inlinestatic

Returns the simulation master (for example in order to stop or start simulation).

Returns
the simulation master
void vanetsim.ConsoleStart.run ( )
inline

Thread which creates the GUI.

See Also
java.lang.Runnable::run()

The documentation for this class was generated from the following file: