Uses of Interface
org.onebusaway.gtfs.csv.EntityHandler

Packages that use EntityHandler
org.onebusaway.gtfs.csv   
org.onebusaway.gtfs.serialization   
 

Uses of EntityHandler in org.onebusaway.gtfs.csv
 

Classes in org.onebusaway.gtfs.csv that implement EntityHandler
 class CsvEntityWriter
           
 

Methods in org.onebusaway.gtfs.csv with parameters of type EntityHandler
 void CsvEntityReader.addEntityHandler(EntityHandler handler)
           
 

Constructors in org.onebusaway.gtfs.csv with parameters of type EntityHandler
IndividualCsvEntityReader(CsvEntityContext context, EntitySchema schema, EntityHandler handler)
           
IndividualCsvEntityReader(EntityHandler handler, CsvEntityContext context, EntitySchema schema, java.util.List<java.lang.String> fields)
           
 

Uses of EntityHandler in org.onebusaway.gtfs.serialization
 

Classes in org.onebusaway.gtfs.serialization that implement EntityHandler
 class GtfsWriter
           
 



Copyright © 2010 OneBusAway. All Rights Reserved.