S - underlying type of path sectionspublic abstract class AbstractGraphSpace<S> extends Object implements 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.
 
| Constructor and Description | 
|---|
AbstractGraphSpace(List<String> seriesNames)
Constructor. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getName(int series)
Returns the name of the series. 
 | 
int | 
getNumberOfSeries()
Returns the number of series. 
 | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, iterator, spliteratorpublic final String getName(int series)
series - int; seriespublic final int getNumberOfSeries()
Copyright © 2014–2019 Delft University of Technology. All rights reserved.