org.onebusaway.transit_data_federation_webapp.controllers
Class SimulateVehicleLocationsController
java.lang.Object
org.onebusaway.transit_data_federation_webapp.controllers.SimulateVehicleLocationsController
@Controller
@RequestMapping(value="/simulate-vehicle-locations.action")
public class SimulateVehicleLocationsController
- extends Object
Method Summary |
org.springframework.web.servlet.ModelAndView |
index(String vehicleId,
double noise)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SimulateVehicleLocationsController
public SimulateVehicleLocationsController()
index
@RequestMapping
public org.springframework.web.servlet.ModelAndView index(@RequestParam
String vehicleId,
@RequestParam(defaultValue="0.0")
double noise)
Copyright © 2012 OneBusAway. All Rights Reserved.