Class WrongWayConcurrency

java.lang.Object
org.onebusaway.gtfs.model.IdentityBean<Integer>
org.onebusaway.gtfs.model.WrongWayConcurrency
All Implemented Interfaces:
Serializable, HasExtensions

public class WrongWayConcurrency extends IdentityBean<Integer>
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 Details

    • WrongWayConcurrency

      public WrongWayConcurrency()
  • Method Details