org.onebusaway.transit_data_federation_webapp.controllers
Class SimulateVehicleLocationsController

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

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


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

Constructor Detail

SimulateVehicleLocationsController

public SimulateVehicleLocationsController()
Method Detail

index

@RequestMapping
public org.springframework.web.servlet.ModelAndView index(@RequestParam
                                                                         String vehicleId,
                                                                         @RequestParam(defaultValue="0.0")
                                                                         double noise)


Copyright © 2012 OneBusAway. All Rights Reserved.