| Package | Description |
|---|---|
| org.opentripplanner.calendar.impl | |
| org.opentripplanner.gtfs |
This package contains a GTFS loader library.
|
| org.opentripplanner.routing.core | |
| org.opentripplanner.routing.graph |
| Modifier and Type | Class and Description |
|---|---|
class |
CalendarServiceImpl
An implementation of
CalendarService. |
class |
MultiCalendarServiceImpl
This is actually kind of a hack, and assumes that there is only one copy of CalendarServiceData
in the universe.
|
| Modifier and Type | Method and Description |
|---|---|
static CalendarService |
CalendarServiceDataFactoryImpl.createCalendarService(OtpTransitService transitService) |
| Modifier and Type | Method and Description |
|---|---|
CalendarService |
GtfsContext.getCalendarService() |
| Modifier and Type | Method and Description |
|---|---|
static GtfsContext |
GtfsLibrary.createContext(GtfsFeedId feedId,
OtpTransitService transitService,
CalendarService calendarService) |
| Modifier and Type | Field and Description |
|---|---|
CalendarService |
RoutingContext.calendarService |
| Constructor and Description |
|---|
ServiceDay(Graph graph,
long time,
CalendarService cs,
String agencyId) |
ServiceDay(Graph graph,
ServiceDate serviceDate,
CalendarService cs,
String agencyId) |
ServiceDay(Graph graph,
ServiceDate serviceDate,
CalendarService cs,
TimeZone timeZone) |
| Modifier and Type | Method and Description |
|---|---|
CalendarService |
Graph.getCalendarService() |
Copyright © 2020. All rights reserved.