|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TransitGraphImpl | |
---|---|
org.onebusaway.transit_data_federation.bundle.tasks.transit_graph | |
org.onebusaway.transit_data_federation.impl.transit_graph |
Uses of TransitGraphImpl in org.onebusaway.transit_data_federation.bundle.tasks.transit_graph |
---|
Methods in org.onebusaway.transit_data_federation.bundle.tasks.transit_graph with parameters of type TransitGraphImpl | |
---|---|
void |
AgencyEntriesFactory.processAgencies(TransitGraphImpl graph)
|
void |
BlockEntriesFactory.processBlocks(TransitGraphImpl graph)
|
void |
RouteCollectionEntriesFactory.processRouteCollections(TransitGraphImpl graph)
|
void |
RouteEntriesFactory.processRoutes(TransitGraphImpl graph)
|
void |
StopEntriesFactory.processStops(TransitGraphImpl graph)
Iterate over each stop, generating a StopEntry for the graph. |
List<StopTimeEntryImpl> |
StopTimeEntriesFactory.processStopTimes(TransitGraphImpl graph,
List<org.onebusaway.gtfs.model.StopTime> stopTimes,
TripEntryImpl tripEntry,
ShapePoints shapePoints)
|
void |
TripEntriesFactory.processTrips(TransitGraphImpl graph)
|
Uses of TransitGraphImpl in org.onebusaway.transit_data_federation.impl.transit_graph |
---|
Methods in org.onebusaway.transit_data_federation.impl.transit_graph with parameters of type TransitGraphImpl | |
---|---|
void |
TransitGraphImpl.initializeFromExistinGraph(TransitGraphImpl graph)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |