| Class | Description |
|---|---|
| AlertPatchServiceImpl | |
| DefaultFareServiceFactory |
Implements the default GTFS fare rules as described in
http://groups.google.com/group/gtfs-changes/msg/4f81b826cb732f3b
|
| DefaultFareServiceImpl |
This fare service module handles the cases that GTFS handles within a single feed.
|
| DefaultStreetVertexIndexFactory |
Default implementation.
|
| DutchFareServiceFactory | |
| DutchFareServiceImpl | |
| GraphPathFinder |
This class contains the logic for repeatedly building shortest path trees and accumulating paths through
the graph until the requested number of them have been found.
|
| GraphScanner |
Scan for graphs under the base directory and auto-register them.
|
| InputStreamGraphSource |
The primary implementation of the GraphSource interface.
|
| InputStreamGraphSource.FileFactory |
A GraphSource factory creating InputStreamGraphSource from file.
|
| LoggingTraverseVisitor | |
| MemoryGraphSource |
An implementation of GraphSource that store a transient graph in memory.
|
| NycFareServiceFactory | |
| NycFareServiceImpl |
This handles the New York City MTA's baroque fare rules for subways and buses
with the following limitations:
(1) the two hour limit on transfers is not enforced
(2) the b61/b62 special case is not handled
(3) MNR, LIRR, and LI Bus are not supported -- only subways and buses
|
| OnBoardDepartServiceImpl |
Graph service for depart-on-board mode.
|
| PathComparator | |
| PathWeightComparator | |
| SeattleFareServiceFactory | |
| SeattleFareServiceImpl | |
| SFBayFareServiceFactory | |
| SFBayFareServiceImpl | |
| StreetVertexIndexServiceImpl |
Indexes all edges and transit vertices of the graph spatially.
|
Copyright © 2018. All rights reserved.