-
- All Implemented Interfaces:
public final class RouteEdgeIndexClass 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 IntegergetLegIndex()final IntegergetStepIndex()final IntegergetEdgeIndex()-
-
Method Detail
-
getLegIndex
final Integer getLegIndex()
-
getStepIndex
final Integer getStepIndex()
-
getEdgeIndex
final Integer getEdgeIndex()
-
-
-
-