org.onebusaway.transit_data_federation.impl.otp
Class StreetToStopGraphLinkerService

java.lang.Object
  extended by org.onebusaway.transit_data_federation.impl.otp.StreetToStopGraphLinkerService
All Implemented Interfaces:
org.opentripplanner.routing.services.GraphRefreshListener

@Component
public class StreetToStopGraphLinkerService
extends Object
implements org.opentripplanner.routing.services.GraphRefreshListener


Constructor Summary
StreetToStopGraphLinkerService()
           
 
Method Summary
 void handleGraphRefresh(org.opentripplanner.routing.services.GraphService graphService)
           
 void handleTransitGraphRefresh()
           
 void setGraphService(org.opentripplanner.routing.services.GraphService graphService)
           
 void setOtpConfigurationService(OTPConfigurationService otpConfigurationService)
           
 void setTransitGraphDao(TransitGraphDao transitGraphDao)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StreetToStopGraphLinkerService

public StreetToStopGraphLinkerService()
Method Detail

setTransitGraphDao

public void setTransitGraphDao(TransitGraphDao transitGraphDao)

setGraphService

public void setGraphService(org.opentripplanner.routing.services.GraphService graphService)

setOtpConfigurationService

public void setOtpConfigurationService(OTPConfigurationService otpConfigurationService)

handleTransitGraphRefresh

@Refreshable(dependsOn="transitGraph")
public void handleTransitGraphRefresh()

handleGraphRefresh

public void handleGraphRefresh(org.opentripplanner.routing.services.GraphService graphService)
Specified by:
handleGraphRefresh in interface org.opentripplanner.routing.services.GraphRefreshListener


Copyright © 2012 OneBusAway. All Rights Reserved.