public class StreetBikeRentalLink extends StreetRentalLink
Edge.ValidVertexTypes
Constructor and Description |
---|
StreetBikeRentalLink(BikeRentalStationVertex fromv,
StreetVertex tov) |
StreetBikeRentalLink(StreetVertex fromv,
BikeRentalStationVertex 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 StreetBikeRentalLink(StreetVertex fromv, BikeRentalStationVertex tov)
public StreetBikeRentalLink(BikeRentalStationVertex fromv, StreetVertex tov)
public double weightLowerBound(RoutingRequest options)
Edge
weightLowerBound
in class Edge
Copyright © 2020. All rights reserved.