Package org.onebusaway.gtfs.model
Class WrongWayConcurrency
- All Implemented Interfaces:
Serializable,HasExtensions
An GTFS extension that allows for re-mapping of route + direction + stop
tuples to a replacement stop. The specific use case example is for
Subway real-time service that reports an invalid stop and needs to be
corrected to an appropriate stop. Not to be confused with stop consolidation!
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()voidsetDirectionId(String directionId) voidsetFromStopId(AgencyAndId fromStopId) voidvoidsetRouteId(String routeId) voidsetToStopId(AgencyAndId toStopId) Methods inherited from class org.onebusaway.gtfs.model.IdentityBean
equals, getExtension, hashCode, putExtension
-
Constructor Details
-
WrongWayConcurrency
public WrongWayConcurrency()
-
-
Method Details
-
getId
- Specified by:
getIdin classIdentityBean<Integer>
-
setId
- Specified by:
setIdin classIdentityBean<Integer>
-
getRouteId
-
setRouteId
-
getDirectionId
-
setDirectionId
-
getFromStopId
-
setFromStopId
-
getToStopId
-
setToStopId
-