public abstract class RentABikeAbstractEdge extends Edge
Edge.ValidVertexTypes| Constructor and Description |
|---|
RentABikeAbstractEdge(Vertex from,
Vertex to,
Set<String> networks) |
| Modifier and Type | Method and Description |
|---|---|
double |
getDistance() |
com.vividsolutions.jts.geom.LineString |
getGeometry() |
String |
getName()
Gets english localized name
|
String |
getName(Locale locale)
Gets wanted localization
|
boolean |
hasBogusName() |
protected State |
traverseDropoff(State s0) |
protected State |
traverseRent(State s0) |
getAzimuth, getDirection, getFromVertex, getId, getToVertex, getTrip, getValidVertexTypes, hashCode, isEquivalentTo, isPartial, isReverseOf, isRoundabout, optimisticTraverse, timeLowerBound, toString, traverse, vertexTypesValid, weightLowerBoundpublic double getDistance()
getDistance in class Edgepublic com.vividsolutions.jts.geom.LineString getGeometry()
getGeometry in class Edgepublic String getName(Locale locale)
Edgepublic boolean hasBogusName()
hasBogusName in class EdgeCopyright © 2018. All rights reserved.