public interface AlertPatchService
Modifier and Type | Method and Description |
---|---|
void |
apply(AlertPatch alertPatch) |
void |
expire(Set<String> ids) |
void |
expireAll() |
void |
expireAllExcept(Set<String> ids) |
Collection<AlertPatch> |
getAllAlertPatches() |
Collection<AlertPatch> |
getRoutePatches(org.onebusaway.gtfs.model.AgencyAndId route) |
Collection<AlertPatch> |
getStopPatches(org.onebusaway.gtfs.model.AgencyAndId stop) |
Collection<AlertPatch> getAllAlertPatches()
Collection<AlertPatch> getStopPatches(org.onebusaway.gtfs.model.AgencyAndId stop)
Collection<AlertPatch> getRoutePatches(org.onebusaway.gtfs.model.AgencyAndId route)
void apply(AlertPatch alertPatch)
void expireAll()
Copyright © 2018. All rights reserved.