Class StopEntriesFactory
- java.lang.Object
-
- org.onebusaway.transit_data_federation.bundle.tasks.transit_graph.StopEntriesFactory
-
@Component public class StopEntriesFactory extends Object
-
-
Constructor Summary
Constructors Constructor Description StopEntriesFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidprocessStops(TransitGraphImpl graph)Iterate over each stop, generating a StopEntry for the graph.voidsetGtfsDao(org.onebusaway.gtfs.services.GtfsRelationalDao gtfsDao)
-
-
-
Method Detail
-
setGtfsDao
@Autowired public void setGtfsDao(org.onebusaway.gtfs.services.GtfsRelationalDao gtfsDao)
-
processStops
public void processStops(TransitGraphImpl graph)
Iterate over each stop, generating a StopEntry for the graph.- Parameters:
graph-
-
-