- All Implemented Interfaces:
- Serializable, FareService
- Direct Known Subclasses:
- SeattleFareServiceImpl, SFBayFareServiceImpl
public class DefaultFareServiceImpl
extends Object
implements FareService, Serializable
This fare service module handles the cases that GTFS handles within a single feed.
It cannot necessarily handle multi-feed graphs, because a rule-less fare attribute
might be applied to rides on routes in another feed, for example.
For more interesting fare structures like New York's MTA, or cities with multiple
feeds and inter-feed transfer rules, you get to implement your own FareService.
See this thread on gtfs-changes explaining the proper interpretation of fares.txt:
http://groups.google.com/group/gtfs-changes/browse_thread/thread/8a4a48ae1e742517/4f81b826cb732f3b
- See Also:
- Serialized Form