S - underlying typepublic static interface GraphPath.Section<S> extends Iterable<S>
 Copyright (c) 2013-2019 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved.
 
 BSD-style license. See OpenTrafficSim License.
 
| Modifier and Type | Method and Description | 
|---|---|
Length | 
getLength()
Returns the section length. 
 | 
S | 
getSource(int series)
Returns the source object. 
 | 
Speed | 
getSpeedLimit()
Returns the speed limit on the section. 
 | 
forEach, iterator, spliteratorLength getLength()
Speed getSpeedLimit()
S getSource(int series)
series - int; numberCopyright © 2014–2019 Delft University of Technology. All rights reserved.