nl.tudelft.simulation.traffic.controlpoint.real
Interface SpeedLimitInterface

All Superinterfaces:
ControlPointInterface, nl.tudelft.simulation.dsol.animation.LocatableInterface, VisibleControlPointInterface
All Known Implementing Classes:
SpeedSign

public interface SpeedLimitInterface
extends VisibleControlPointInterface

This interface defines a ControlPoint after which the maximum speed the vehicle may drive, changes.

Author:
J.H. Kwakkel & H.W.G. Phaff

Field Summary
 
Fields inherited from interface nl.tudelft.simulation.traffic.controlpoint.ControlPointInterface
BACK, FRONT
 
Method Summary
 double getSpeedLimit()
           
 
Methods inherited from interface nl.tudelft.simulation.traffic.controlpoint.real.VisibleControlPointInterface
getVisibleDistance
 
Methods inherited from interface nl.tudelft.simulation.traffic.controlpoint.ControlPointInterface
getProgression, getTrack, pass
 
Methods inherited from interface nl.tudelft.simulation.dsol.animation.LocatableInterface
getBounds, getLocation
 

Method Detail

getSpeedLimit

public double getSpeedLimit()
Returns:
the new speedLimit


Copyright © 2003-2004 Delft University of Technology, the Netherlands. All Rights Reserved.