public class RentABikeOnEdge extends RentABikeAbstractEdge
Edge.ValidVertexTypes
Constructor and Description |
---|
RentABikeOnEdge(BikeRentalStationVertex from,
BikeRentalStationVertex to,
Set<String> networks) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
toString() |
State |
traverse(State s0)
Traverse this edge.
|
getDistance, getGeometry, getName, getName, hasBogusName, traverseDropoff, traverseRent
getAzimuth, getDirection, getFromVertex, getId, getToVertex, getTrip, getValidVertexTypes, hashCode, isEquivalentTo, isPartial, isReverseOf, isRoundabout, optimisticTraverse, timeLowerBound, vertexTypesValid, weightLowerBound
public RentABikeOnEdge(BikeRentalStationVertex from, BikeRentalStationVertex to, Set<String> networks)
Copyright © 2018. All rights reserved.