public class PatternInterlineDwell extends Edge implements OnboardEdge
Edge.ValidVertexTypes| Constructor and Description |
|---|
PatternInterlineDwell(PatternArriveVertex fromv,
PatternDepartVertex tov) |
PatternInterlineDwell(TripPattern p0,
TripPattern p1) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(org.onebusaway.gtfs.model.Trip t1,
org.onebusaway.gtfs.model.Trip t2)
Register the fact that a passenger may pass from Trip t1 to Trip t2
by staying on the same vehicle.
|
com.vividsolutions.jts.geom.LineString |
getGeometry() |
String |
getName()
Gets english localized name
|
String |
getName(Locale locale)
Gets wanted localization
|
int |
getStopIndex()
The stop index (within the trip) of the stop this edge comes from.
|
State |
optimisticTraverse(State s0) |
double |
timeLowerBound(RoutingRequest options)
Returns a lower bound on traversal time given the routing options.
|
String |
toString() |
State |
traverse(State state0)
Traverse this edge.
|
double |
weightLowerBound(RoutingRequest options)
Returns a lower bound on edge weight given the routing options.
|
getAzimuth, getDirection, getDistance, getFromVertex, getId, getToVertex, getTrip, getValidVertexTypes, hasBogusName, hashCode, isEquivalentTo, isPartial, isReverseOf, isRoundabout, vertexTypesValidpublic PatternInterlineDwell(TripPattern p0, TripPattern p1)
public PatternInterlineDwell(PatternArriveVertex fromv, PatternDepartVertex tov)
public void add(org.onebusaway.gtfs.model.Trip t1,
org.onebusaway.gtfs.model.Trip t2)
public String getName(Locale locale)
Edgepublic State optimisticTraverse(State s0)
optimisticTraverse in class Edgepublic double weightLowerBound(RoutingRequest options)
EdgeweightLowerBound in class Edgepublic double timeLowerBound(RoutingRequest options)
EdgetimeLowerBound in class Edgepublic State traverse(State state0)
Edgepublic com.vividsolutions.jts.geom.LineString getGeometry()
getGeometry in class Edgepublic int getStopIndex()
OnboardEdgegetStopIndex in interface OnboardEdgeCopyright © 2018. All rights reserved.