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