Package | Description |
---|---|
org.opentripplanner.profile |
Modifier and Type | Method and Description |
---|---|
com.google.common.collect.Multimap<TripPattern,StopAtDistance> |
ProfileRouter.findClosestPatterns(com.google.common.collect.Multimap<StopCluster,StopAtDistance> stopClusters) |
Modifier and Type | Method and Description |
---|---|
int |
StopAtDistance.compareTo(StopAtDistance that) |
Modifier and Type | Method and Description |
---|---|
com.google.common.collect.Multimap<TripPattern,StopAtDistance> |
ProfileRouter.findClosestPatterns(com.google.common.collect.Multimap<StopCluster,StopAtDistance> stopClusters) |
static List<StreetSegment> |
StreetSegment.list(Collection<StopAtDistance> sds)
Make a collections of StreetSegments from a collection of StopAtDistance.
|
void |
ProfileRouter.printStopsForPatterns(String prefix,
com.google.common.collect.Multimap<TripPattern,StopAtDistance> stopClustersByPattern) |
Constructor and Description |
---|
StreetSegment(StopAtDistance sd)
A StreetSegment is very similar to a StopAtDistance but it's a response object so the State has to be rendered into walksteps.
|
Constructor and Description |
---|
Option(Ride tail,
Collection<StopAtDistance> accessPaths,
Collection<StopAtDistance> egressPaths) |
Option(Ride tail,
Collection<StopAtDistance> accessPaths,
Collection<StopAtDistance> egressPaths) |
Copyright © 2018. All rights reserved.