org.onebusaway.gtfs.serialization
Class GtfsEntitySchemaFactory

java.lang.Object
  extended by org.onebusaway.gtfs.serialization.GtfsEntitySchemaFactory

public class GtfsEntitySchemaFactory
extends Object


Constructor Summary
GtfsEntitySchemaFactory()
           
 
Method Summary
static org.onebusaway.csv_entities.schema.DefaultEntitySchemaFactory createEntitySchemaFactory()
           
static List<Class<?>> getEntityClasses()
           
static Map<Class<?>,Comparator<?>> getEntityComparators()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GtfsEntitySchemaFactory

public GtfsEntitySchemaFactory()
Method Detail

getEntityClasses

public static List<Class<?>> getEntityClasses()

getEntityComparators

public static Map<Class<?>,Comparator<?>> getEntityComparators()

createEntitySchemaFactory

public static org.onebusaway.csv_entities.schema.DefaultEntitySchemaFactory createEntitySchemaFactory()


Copyright © 2011 OneBusAway. All Rights Reserved.