org.onebusaway.transit_data_federation_webapp.controllers
Class SimulateScheduledVehicleLocationsController

java.lang.Object
  extended by org.onebusaway.transit_data_federation_webapp.controllers.SimulateScheduledVehicleLocationsController

@Controller
@RequestMapping(value="/simulate-scheduled-vehicle-locations.action")
public class SimulateScheduledVehicleLocationsController
extends Object


Constructor Summary
SimulateScheduledVehicleLocationsController()
           
 
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
 

Constructor Detail

SimulateScheduledVehicleLocationsController

public SimulateScheduledVehicleLocationsController()
Method Detail

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.