Package | Description |
---|---|
org.opentripplanner.index.model | |
org.opentripplanner.profile | |
org.opentripplanner.routing.graph |
Modifier and Type | Method and Description |
---|---|
static List<StopClusterDetail> |
StopClusterDetail.list(Collection<StopCluster> in,
boolean detail) |
Constructor and Description |
---|
StopClusterDetail(StopCluster cluster,
boolean detail) |
Modifier and Type | Field and Description |
---|---|
StopCluster |
ProfileTransfer.sc1 |
StopCluster |
ProfileTransfer.sc2 |
StopCluster |
StopAtDistance.stopCluster |
Modifier and Type | Field and Description |
---|---|
Map<StopCluster,gnu.trove.list.TIntList> |
TimeTracker.timesForCluster |
Modifier and Type | Method and Description |
---|---|
StopCluster |
Ride.getAccessStopCluster() |
StopCluster |
Ride.getEgressStopCluster() |
Modifier and Type | Method and Description |
---|---|
void |
TimeTracker.add(StopCluster stopCluster,
boolean sort,
int... time)
Add a variable number of int arguments or an array of ints to the bag for a given stopcluster.
|
boolean |
ProfileRouter.dominated(Ride newRide,
StopCluster atCluster)
Check whether a new ride has too long a duration relative to existing rides at the given location,
or relative to the global travel time limit.
|
Ride |
Ride.extendTo(StopCluster toStopCluster)
Extend this incomplete ride to the given stop, creating a container for PatternRides.
|
boolean |
Ride.pathContainsStop(StopCluster stopCluster) |
Modifier and Type | Method and Description |
---|---|
com.google.common.collect.Multimap<TripPattern,StopAtDistance> |
ProfileRouter.findClosestPatterns(com.google.common.collect.Multimap<StopCluster,StopAtDistance> stopClusters) |
Constructor and Description |
---|
ProfileTransfer(TripPattern tp1,
TripPattern tp2,
StopCluster s1,
StopCluster s2,
int distance) |
Ride(Ride other,
StopCluster to)
Construct a partial copy with no PatternRides or Stats and the given arrival StopCluster.
|
Ride(StopCluster from,
Ride previous)
Construct a partial ride (resulting from a transfer, waiting to be completed).
|
Modifier and Type | Field and Description |
---|---|
Map<String,StopCluster> |
GraphIndex.stopClusterForId |
Map<Stop,StopCluster> |
GraphIndex.stopClusterForStop |
com.google.common.collect.Multimap<StopCluster,ProfileTransfer> |
GraphIndex.transfersFromStopCluster |
Modifier and Type | Method and Description |
---|---|
Map<StopCluster,Double> |
GraphIndex.findNearbyStopClusters(StopCluster sc,
double radius)
Find transfer candidates for profile routing.
|
Modifier and Type | Method and Description |
---|---|
Map<StopCluster,Double> |
GraphIndex.findNearbyStopClusters(StopCluster sc,
double radius)
Find transfer candidates for profile routing.
|
Copyright © 2019. All rights reserved.