public class AnalystProfileRouterPrototype extends Object
Modifier and Type | Field and Description |
---|---|
Graph |
graph |
static int |
MAX_DURATION |
Map<Vertex,TimeRange> |
propagatedTimes |
ProfileRequest |
request |
static int |
SLACK |
Constructor and Description |
---|
AnalystProfileRouterPrototype(Graph graph,
ProfileRequest request) |
Modifier and Type | Method and Description |
---|---|
void |
cleanup() |
TimeSurface.RangeSet |
route() |
Set<TripPattern> |
uniquePatternsVisiting(Set<org.onebusaway.gtfs.model.Stop> stops)
Return a set of all patterns that pass through the stops that are present in the given Tracker.
|
public static final int SLACK
public static final int MAX_DURATION
public final Graph graph
public final ProfileRequest request
public AnalystProfileRouterPrototype(Graph graph, ProfileRequest request)
public Set<TripPattern> uniquePatternsVisiting(Set<org.onebusaway.gtfs.model.Stop> stops)
public TimeSurface.RangeSet route()
public void cleanup()
Copyright © 2018. All rights reserved.