Package | Description |
---|---|
org.opentripplanner.api.model.alertpatch | |
org.opentripplanner.routing.graph | |
org.opentripplanner.routing.impl | |
org.opentripplanner.routing.services |
Modifier and Type | Field and Description |
---|---|
List<AlertPatch> |
AlertPatchResponse.alertPatches |
List<AlertPatch> |
AlertPatchSet.alertPatches |
Modifier and Type | Method and Description |
---|---|
void |
AlertPatchResponse.addAlertPatch(AlertPatch alertPatch) |
Modifier and Type | Method and Description |
---|---|
AlertPatch[] |
Graph.getAlertPatches(Edge edge)
|
Modifier and Type | Method and Description |
---|---|
void |
Graph.addAlertPatch(Edge edge,
AlertPatch alertPatch)
|
void |
Graph.removeAlertPatch(Edge edge,
AlertPatch alertPatch)
|
Modifier and Type | Method and Description |
---|---|
Collection<AlertPatch> |
AlertPatchServiceImpl.getAllAlertPatches() |
Collection<AlertPatch> |
AlertPatchServiceImpl.getRoutePatches(org.onebusaway.gtfs.model.AgencyAndId route) |
Collection<AlertPatch> |
AlertPatchServiceImpl.getStopPatches(org.onebusaway.gtfs.model.AgencyAndId stop) |
Modifier and Type | Method and Description |
---|---|
void |
AlertPatchServiceImpl.apply(AlertPatch alertPatch) |
Modifier and Type | Method and Description |
---|---|
Collection<AlertPatch> |
AlertPatchService.getAllAlertPatches() |
Collection<AlertPatch> |
AlertPatchService.getRoutePatches(org.onebusaway.gtfs.model.AgencyAndId route) |
Collection<AlertPatch> |
AlertPatchService.getStopPatches(org.onebusaway.gtfs.model.AgencyAndId stop) |
Modifier and Type | Method and Description |
---|---|
void |
AlertPatchService.apply(AlertPatch alertPatch) |
Copyright © 2018. All rights reserved.