public class ElevatorBoardEdge extends Edge implements ElevatorEdge
Edge.ValidVertexTypes| Constructor and Description |
|---|
ElevatorBoardEdge(Vertex from,
Vertex to) |
| Modifier and Type | Method and Description |
|---|---|
double |
getDistance() |
org.locationtech.jts.geom.LineString |
getGeometry() |
String |
getName()
Gets english localized name
|
String |
getName(Locale locale)
Gets wanted localization
|
boolean |
hasBogusName()
Since board edges always are called Elevator,
the name is utterly and completely bogus but is never included
in plans..
|
String |
toString() |
State |
traverse(State s0)
Traverse this edge.
|
getAzimuth, getDirection, getDisplayGeometry, getFromVertex, getId, getToVertex, getTrip, getValidVertexTypes, hashCode, isEquivalentTo, isPartial, isReverseOf, isRoundabout, optimisticTraverse, timeLowerBound, vertexTypesValid, weightLowerBoundpublic double getDistance()
getDistance in class Edgepublic org.locationtech.jts.geom.LineString getGeometry()
getGeometry in class Edgepublic boolean hasBogusName()
hasBogusName in class EdgeCopyright © 2020. All rights reserved.