Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Hierarchy For All Packages
Package Hierarchies:
org.onebusaway.gtfs.impl
,
org.onebusaway.gtfs.impl.calendar
,
org.onebusaway.gtfs.model
,
org.onebusaway.gtfs.model.calendar
,
org.onebusaway.gtfs.serialization
,
org.onebusaway.gtfs.serialization.comparators
,
org.onebusaway.gtfs.serialization.mappings
,
org.onebusaway.gtfs.services
,
org.onebusaway.gtfs.services.calendar
Class Hierarchy
java.lang.Object
org.onebusaway.csv_entities.schema.AbstractEntityValidator (implements org.onebusaway.csv_entities.schema.EntityValidator)
org.onebusaway.gtfs.serialization.mappings.
RouteValidator
org.onebusaway.csv_entities.schema.AbstractFieldMapping (implements org.onebusaway.csv_entities.schema.FieldMapping)
org.onebusaway.gtfs.serialization.mappings.
EntityFieldMappingFactory.FieldMappingImpl
org.onebusaway.gtfs.model.
AgencyAndId
(implements java.lang.Comparable<T>, java.io.Serializable)
org.onebusaway.gtfs.model.
AgencyAndIdInstance
(implements java.lang.Comparable<T>, java.io.Serializable)
org.onebusaway.gtfs.serialization.mappings.
AgencyIdFieldMappingFactory
(implements org.onebusaway.csv_entities.schema.FieldMappingFactory)
org.onebusaway.gtfs.serialization.mappings.
AgencyIdTranslationFieldMappingFactory
(implements org.onebusaway.csv_entities.schema.FieldMappingFactory)
org.onebusaway.gtfs.model.calendar.
CalendarServiceData
(implements java.io.Serializable)
org.onebusaway.gtfs.impl.calendar.
CalendarServiceDataFactoryImpl
(implements org.onebusaway.gtfs.services.calendar.
CalendarServiceDataFactory
)
org.onebusaway.gtfs.impl.calendar.
CalendarServiceImpl
(implements org.onebusaway.gtfs.services.calendar.
CalendarService
)
org.onebusaway.csv_entities.CsvEntityReader
org.onebusaway.gtfs.serialization.
GtfsReader
org.onebusaway.csv_entities.CsvEntityWriter (implements org.onebusaway.csv_entities.EntityHandler)
org.onebusaway.gtfs.serialization.
GtfsWriter
org.onebusaway.gtfs.serialization.mappings.
DefaultAgencyIdFieldMappingFactory
(implements org.onebusaway.csv_entities.schema.FieldMappingFactory)
org.onebusaway.gtfs.serialization.mappings.
EntityFieldMappingFactory
(implements org.onebusaway.csv_entities.schema.FieldMappingFactory)
org.onebusaway.gtfs.impl.
GenericDaoImpl
(implements org.onebusaway.gtfs.services.
GenericMutableDao
)
org.onebusaway.gtfs.impl.
GtfsDaoImpl
(implements org.onebusaway.gtfs.services.
GtfsMutableDao
)
org.onebusaway.gtfs.impl.
GtfsRelationalDaoImpl
(implements org.onebusaway.gtfs.services.
GtfsMutableRelationalDao
)
org.onebusaway.gtfs.impl.
GenericMutableDaoWrapper
(implements org.onebusaway.gtfs.services.
GenericMutableDao
)
org.onebusaway.gtfs.serialization.
GtfsEntitySchemaFactory
org.onebusaway.gtfs.model.
IdentityBean
<T> (implements java.io.Serializable)
org.onebusaway.gtfs.model.
Agency
org.onebusaway.gtfs.model.
FareAttribute
org.onebusaway.gtfs.model.
FareRule
org.onebusaway.gtfs.model.
Frequency
org.onebusaway.gtfs.model.
Pathway
org.onebusaway.gtfs.model.
Route
org.onebusaway.gtfs.model.
ServiceCalendar
org.onebusaway.gtfs.model.
ServiceCalendarDate
org.onebusaway.gtfs.model.
ShapePoint
(implements java.lang.Comparable<T>)
org.onebusaway.gtfs.model.
Stop
org.onebusaway.gtfs.model.
StopTime
(implements java.lang.Comparable<T>)
org.onebusaway.gtfs.model.
Transfer
org.onebusaway.gtfs.model.
Trip
org.onebusaway.gtfs.model.calendar.
LocalizedServiceId
(implements java.lang.Comparable<T>, java.io.Serializable)
org.onebusaway.gtfs.serialization.mappings.
RouteAgencyFieldMappingFactory
(implements org.onebusaway.csv_entities.schema.FieldMappingFactory)
org.onebusaway.gtfs.serialization.comparators.
ServiceCalendarComparator
(implements java.util.Comparator<T>)
org.onebusaway.gtfs.serialization.comparators.
ServiceCalendarDateComparator
(implements java.util.Comparator<T>)
org.onebusaway.gtfs.model.calendar.
ServiceDate
(implements java.lang.Comparable<T>, java.io.Serializable)
org.onebusaway.gtfs.serialization.mappings.
ServiceDateFieldMappingFactory
(implements org.onebusaway.csv_entities.schema.FieldMappingFactory)
org.onebusaway.gtfs.model.calendar.
ServiceIdIntervals
(implements java.lang.Iterable<T>, java.io.Serializable)
org.onebusaway.gtfs.impl.calendar.
ServiceIdOp
(implements java.util.Comparator<T>)
org.onebusaway.gtfs.model.calendar.
ServiceInterval
(implements java.io.Serializable)
org.onebusaway.gtfs.serialization.comparators.
ShapePointComparator
(implements java.util.Comparator<T>)
org.onebusaway.gtfs.serialization.comparators.
StopTimeComparator
(implements java.util.Comparator<T>)
org.onebusaway.gtfs.serialization.mappings.
StopTimeFieldMappingFactory
(implements org.onebusaway.csv_entities.schema.FieldMappingFactory)
java.lang.Throwable (implements java.io.Serializable)
java.lang.Exception
java.lang.RuntimeException
org.onebusaway.csv_entities.exceptions.CsvEntityException
org.onebusaway.gtfs.serialization.mappings.
AgencyNotFoundForRouteException
org.onebusaway.gtfs.serialization.
DuplicateEntityException
org.onebusaway.gtfs.serialization.
EntityReferenceNotFoundException
org.onebusaway.gtfs.serialization.mappings.
InvalidStopTimeException
org.onebusaway.gtfs.impl.
MultipleCalendarsForServiceIdException
org.onebusaway.gtfs.serialization.
NoDefaultAgencyIdException
org.onebusaway.gtfs.serialization.mappings.
RouteNameException
org.onebusaway.gtfs.impl.calendar.
UnknownAgencyTimezoneException
Interface Hierarchy
org.onebusaway.gtfs.services.calendar.
CalendarService
org.onebusaway.gtfs.services.calendar.
CalendarServiceDataFactory
org.onebusaway.gtfs.services.
GenericDao
org.onebusaway.gtfs.services.
GenericMutableDao
org.onebusaway.gtfs.services.
GtfsMutableDao
(also extends org.onebusaway.gtfs.services.
GtfsDao
)
org.onebusaway.gtfs.services.
GtfsMutableRelationalDao
(also extends org.onebusaway.gtfs.services.
GtfsRelationalDao
)
org.onebusaway.gtfs.services.
GtfsMutableRelationalDao
(also extends org.onebusaway.gtfs.services.
GtfsMutableDao
, org.onebusaway.gtfs.services.
GtfsRelationalDao
)
org.onebusaway.gtfs.services.
GtfsDao
org.onebusaway.gtfs.services.
GtfsMutableDao
(also extends org.onebusaway.gtfs.services.
GenericMutableDao
)
org.onebusaway.gtfs.services.
GtfsMutableRelationalDao
(also extends org.onebusaway.gtfs.services.
GtfsRelationalDao
)
org.onebusaway.gtfs.services.
GtfsMutableRelationalDao
(also extends org.onebusaway.gtfs.services.
GtfsMutableDao
, org.onebusaway.gtfs.services.
GtfsRelationalDao
)
org.onebusaway.gtfs.services.
GtfsRelationalDao
org.onebusaway.gtfs.services.
GtfsMutableRelationalDao
(also extends org.onebusaway.gtfs.services.
GtfsMutableDao
)
org.onebusaway.gtfs.services.
GtfsMutableDao
(also extends org.onebusaway.gtfs.services.
GenericMutableDao
, org.onebusaway.gtfs.services.
GtfsDao
)
org.onebusaway.gtfs.services.
GtfsMutableRelationalDao
(also extends org.onebusaway.gtfs.services.
GtfsRelationalDao
)
org.onebusaway.gtfs.services.
GtfsMutableRelationalDao
(also extends org.onebusaway.gtfs.services.
GtfsMutableDao
, org.onebusaway.gtfs.services.
GtfsRelationalDao
)
org.onebusaway.gtfs.services.
GtfsRelationalDao
org.onebusaway.gtfs.services.
GtfsMutableRelationalDao
(also extends org.onebusaway.gtfs.services.
GtfsMutableDao
)
org.onebusaway.gtfs.serialization.
GtfsEntityStore
org.onebusaway.gtfs.serialization.
GtfsReaderContext
org.onebusaway.gtfs.serialization.
GtfsSource
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Copyright © 2011
OneBusAway
. All Rights Reserved.