public class StreetCarRentalLink extends StreetRentalLink
Edge.ValidVertexTypes
Constructor and Description |
---|
StreetCarRentalLink(CarRentalStationVertex fromv,
StreetVertex tov) |
StreetCarRentalLink(StreetVertex fromv,
CarRentalStationVertex tov) |
Modifier and Type | Method and Description |
---|---|
String |
toString() |
State |
traverse(State s0)
Traverse this edge.
|
double |
weightLowerBound(RoutingRequest options)
Returns a lower bound on edge weight given the routing options.
|
getDirection, getDistance, getGeometry, getName, getName
getAzimuth, getDisplayGeometry, getFromVertex, getId, getToVertex, getTrip, getValidVertexTypes, hasBogusName, hashCode, isEquivalentTo, isPartial, isReverseOf, isRoundabout, optimisticTraverse, timeLowerBound, vertexTypesValid
public StreetCarRentalLink(StreetVertex fromv, CarRentalStationVertex tov)
public StreetCarRentalLink(CarRentalStationVertex fromv, StreetVertex tov)
public double weightLowerBound(RoutingRequest options)
Edge
weightLowerBound
in class Edge
Copyright © 2020. All rights reserved.