aim4.sim.setup
Interface SimSetup

All Known Implementing Classes:
Approx4PhasesTrafficSignalSimSetup, ApproxNPhasesTrafficSignalSimSetup, ApproxSimpleTrafficSignalSimSetup, ApproxStopSignSimSetup, AutoDriverOnlySimSetup, BasicSimSetup

public interface SimSetup

The simulator setup.


Method Summary
 Simulator getSimulator()
          Get the simulator.
 void setStopDistBeforeIntersection(double stopDistBeforeIntersection)
          Set the stopping distance before intersection.
 void setTrafficLevel(double trafficLevel)
          Set the traffic level.
 

Method Detail

setTrafficLevel

void setTrafficLevel(double trafficLevel)
Set the traffic level.

Parameters:
trafficLevel - the traffic level

setStopDistBeforeIntersection

void setStopDistBeforeIntersection(double stopDistBeforeIntersection)
Set the stopping distance before intersection.

Parameters:
stopDistBeforeIntersection - the stopping distance

getSimulator

Simulator getSimulator()
Get the simulator.

Returns:
the simulator


Copyright © 2011. All Rights Reserved.