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