| Package | Description |
|---|---|
| org.opentripplanner.api.adapters | |
| org.opentripplanner.model | |
| org.opentripplanner.model.impl | |
| org.opentripplanner.routing.graph |
| Modifier and Type | Method and Description |
|---|---|
Agency |
AgencyAdapter.unmarshal(AgencyType arg) |
| Modifier and Type | Method and Description |
|---|---|
AgencyType |
AgencyAdapter.marshal(Agency arg) |
| Constructor and Description |
|---|
AgencyType(Agency arg) |
| Modifier and Type | Method and Description |
|---|---|
Agency |
Route.getAgency() |
| Modifier and Type | Method and Description |
|---|---|
Collection<Agency> |
OtpTransitService.getAllAgencies() |
| Modifier and Type | Method and Description |
|---|---|
void |
Route.setAgency(Agency agency) |
| Constructor and Description |
|---|
Agency(Agency a) |
| Modifier and Type | Method and Description |
|---|---|
List<Agency> |
OtpTransitServiceBuilder.getAgencies() |
| Modifier and Type | Field and Description |
|---|---|
Map<String,Map<String,Agency>> |
GraphIndex.agenciesForFeedId |
| Modifier and Type | Method and Description |
|---|---|
Agency |
GraphIndex.getAgencyWithoutFeedId(String agencyId)
Fetch an agency by its string ID, ignoring the fact that this ID should be scoped by a feedId.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<Agency> |
Graph.getAgencies(String feedId) |
Set<Agency> |
GraphIndex.getAllAgencies()
Construct a set of all Agencies in this graph, spanning across all feed IDs.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Graph.addAgency(String feedId,
Agency agency) |
Copyright © 2020. All rights reserved.