-
- All Implemented Interfaces:
public final class RouteEdgeIndex
Class with all of the information required to denote a specific edge within a Route object
-
-
Constructor Summary
Constructors Constructor Description RouteEdgeIndex(Integer legIndex, Integer stepIndex, Integer edgeIndex)
-
Method Summary
Modifier and Type Method Description final Integer
getLegIndex()
final Integer
getStepIndex()
final Integer
getEdgeIndex()
-
-
Method Detail
-
getLegIndex
final Integer getLegIndex()
-
getStepIndex
final Integer getStepIndex()
-
getEdgeIndex
final Integer getEdgeIndex()
-
-
-
-