public class MetaDataRoute extends MetaDataType<RouteDataInterface>
Copyright (c) 2013-2016 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved.
BSD-style license. See OpenTrafficSim License.
| Constructor and Description |
|---|
MetaDataRoute(String id) |
| Modifier and Type | Method and Description |
|---|---|
RouteDataInterface |
getValue(GtuDataInterface gtu)
Retrieves the value of the meta data of this type from a GTU.
|
String |
toString() |
accept, getIdpublic MetaDataRoute(String id)
id - idpublic final RouteDataInterface getValue(GtuDataInterface gtu)
getValue in class MetaDataType<RouteDataInterface>gtu - gtu to retrieve the value fromnull if not applicable.public String toString()
toString in class MetaDataType<RouteDataInterface>Copyright © 2014–2016 Delft University of Technology. All rights reserved.