public class GtfsModule extends Object implements GraphBuilderModule
| Constructor and Description |
|---|
GtfsModule(List<GtfsBundle> bundles) |
| Modifier and Type | Method and Description |
|---|---|
void |
buildGraph(Graph graph,
GraphBuilderModuleSummary graphBuilderModuleSummary)
Process whatever inputs were supplied to this module and add the resulting elements to the given graph.
|
void |
checkInputs()
Check that all inputs to the graphbuilder are valid; throw an exception if not.
|
List<GtfsBundle> |
getGtfsBundles() |
List<String> |
getPrerequisites() |
Boolean |
getUseCached() |
List<String> |
provides() |
void |
setFareServiceFactory(FareServiceFactory factory) |
public GtfsModule(List<GtfsBundle> bundles)
public Boolean getUseCached()
public void setFareServiceFactory(FareServiceFactory factory)
public void buildGraph(Graph graph, GraphBuilderModuleSummary graphBuilderModuleSummary)
GraphBuilderModulebuildGraph in interface GraphBuilderModulepublic void checkInputs()
GraphBuilderModulecheckInputs in interface GraphBuilderModulepublic List<GtfsBundle> getGtfsBundles()
Copyright © 2020. All rights reserved.