Uses of Class
vanetsim.simulation.WorkerThread

Packages that use WorkerThread
vanetsim.map   
vanetsim.simulation   
 

Uses of WorkerThread in vanetsim.map
 

Methods in vanetsim.map with parameters of type WorkerThread
 void Region.createBacklink(WorkerThread thread, int numberinThread)
          Creates a backlink to the worker thread which computes this region.
 

Uses of WorkerThread in vanetsim.simulation
 

Methods in vanetsim.simulation that return WorkerThread
 WorkerThread[] SimulationMaster.createWorkers(int timePerStep, int threads)
          Function to set up the worker threads with their corresponding regions.