Class InputLibrary
- java.lang.Object
-
- org.onebusaway.gtfs_transformer.impl.InputLibrary
-
public class InputLibrary extends Object
useful input routines for strategies.
-
-
Constructor Summary
Constructors Constructor Description InputLibrary()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>readList(String fileName)Map<String,String>readOrderedMap(String fileName)
-