org.onebusaway.transit_data_federation.impl.tripplanner
Class StopTransferServiceImpl
java.lang.Object
org.onebusaway.transit_data_federation.impl.tripplanner.StopTransferServiceImpl
- All Implemented Interfaces:
- StopTransferService
@Component
public class StopTransferServiceImpl
- extends Object
- implements StopTransferService
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StopTransferServiceImpl
public StopTransferServiceImpl()
setBundle
public void setBundle(FederatedTransitDataBundle bundle)
setTransitGraphDao
public void setTransitGraphDao(TransitGraphDao transitGraphDao)
setup
@PostConstruct
@Refreshable(dependsOn="stopTransferData")
public void setup()
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
getTransfersFromStop
public List<StopTransfer> getTransfersFromStop(StopEntry stop)
- Specified by:
getTransfersFromStop
in interface StopTransferService
getTransfersToStop
public List<StopTransfer> getTransfersToStop(StopEntry stop)
- Specified by:
getTransfersToStop
in interface StopTransferService
Copyright © 2012 OneBusAway. All Rights Reserved.