public class GtfsModule extends Object implements GraphBuilderModule
Modifier and Type | Field and Description |
---|---|
List<GtfsBundle> |
gtfsBundles |
Constructor and Description |
---|
GtfsModule(List<GtfsBundle> bundles) |
Modifier and Type | Method and Description |
---|---|
void |
buildGraph(Graph graph,
HashMap<Class<?>,Object> extra)
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<String> |
getPrerequisites() |
List<String> |
provides() |
void |
setFareServiceFactory(FareServiceFactory factory) |
public List<GtfsBundle> gtfsBundles
public GtfsModule(List<GtfsBundle> bundles)
public void setFareServiceFactory(FareServiceFactory factory)
public void buildGraph(Graph graph, HashMap<Class<?>,Object> extra)
GraphBuilderModule
buildGraph
in interface GraphBuilderModule
public void checkInputs()
GraphBuilderModule
checkInputs
in interface GraphBuilderModule
Copyright © 2019. All rights reserved.