org.onebusaway.gtfs.serialization
Class GtfsEntitySchemaFactory

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

public class GtfsEntitySchemaFactory
extends java.lang.Object


Constructor Summary
GtfsEntitySchemaFactory()
           
 
Method Summary
static DefaultEntitySchemaFactory createEntitySchemaFactory()
           
static java.util.List<java.lang.Class<?>> getEntityClasses()
           
static java.util.Map<java.lang.Class<?>,java.util.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 java.util.List<java.lang.Class<?>> getEntityClasses()

getEntityComparators

public static java.util.Map<java.lang.Class<?>,java.util.Comparator<?>> getEntityComparators()

createEntitySchemaFactory

public static DefaultEntitySchemaFactory createEntitySchemaFactory()


Copyright © 2010 OneBusAway. All Rights Reserved.