org.onebusaway.transit_data_federation.impl.tripplanner
Class StopHopServiceImpl

java.lang.Object
  extended by org.onebusaway.transit_data_federation.impl.tripplanner.StopHopServiceImpl
All Implemented Interfaces:
StopHopService

@Component
public class StopHopServiceImpl
extends Object
implements StopHopService


Constructor Summary
StopHopServiceImpl()
           
 
Method Summary
 List<StopHop> getHopsFromStop(StopEntry stop)
           
 List<StopHop> getHopsToStop(StopEntry stop)
           
 void setTransitGraphDao(TransitGraphDao transitGraphDao)
           
 void setup()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StopHopServiceImpl

public StopHopServiceImpl()
Method Detail

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.