Class GtfsEntitySchemaFactory
- java.lang.Object
-
- org.onebusaway.gtfs.serialization.GtfsEntitySchemaFactory
-
public class GtfsEntitySchemaFactory extends Object
-
-
Constructor Summary
Constructors Constructor Description GtfsEntitySchemaFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.onebusaway.csv_entities.schema.DefaultEntitySchemaFactorycreateEntitySchemaFactory()static List<Class<?>>getEntityClasses()static Map<Class<?>,Comparator<?>>getEntityComparators()
-
-
-
Method Detail
-
getEntityComparators
public static Map<Class<?>,Comparator<?>> getEntityComparators()
-
createEntitySchemaFactory
public static org.onebusaway.csv_entities.schema.DefaultEntitySchemaFactory createEntitySchemaFactory()
-
-