TPOfflineOriginVertex origin = new TPOfflineOriginVertex(context, stop,
instances, nearbyStopsAndWalkTimes, nearbyStopTimeInstances);
State state = new OBAState(tFrom, origin, options);
MultiShortestPathTree spt = (MultiShortestPathTree) dijkstra.getShortestPathTree(state);
processTree(spt, stop, pathCountsByStop);
}
MutableTransferPattern pattern = new MutableTransferPattern(stop);