public class SampleEdge extends Edge implements TemporaryEdge
Edge.ValidVertexTypes
Constructor and Description |
---|
SampleEdge(SampleVertex fromv,
Vertex v0,
int distance) |
SampleEdge(Vertex v1,
SampleVertex tov,
int distance) |
Modifier and Type | Method and Description |
---|---|
String |
getName()
Gets english localized name
|
String |
getName(Locale locale)
Gets wanted localization
|
State |
traverse(State s0)
Traverse this edge.
|
getAzimuth, getDirection, getDisplayGeometry, getDistance, getFromVertex, getGeometry, getId, getToVertex, getTrip, getValidVertexTypes, hasBogusName, hashCode, isEquivalentTo, isPartial, isReverseOf, isRoundabout, optimisticTraverse, timeLowerBound, toString, vertexTypesValid, weightLowerBound
public SampleEdge(SampleVertex fromv, Vertex v0, int distance)
public SampleEdge(Vertex v1, SampleVertex tov, int distance)
Copyright © 2019. All rights reserved.