Class RouteData
- java.lang.Object
-
- org.opentrafficsim.road.network.sampling.RouteData
-
- All Implemented Interfaces:
Identifiable
,RouteDataInterface
public class RouteData extends Object implements RouteDataInterface
Route representation in road sampler.Copyright (c) 2013-2020 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved.
BSD-style license. See OpenTrafficSim License.- Version:
- $Revision$, $LastChangedDate$, by $Author$, initial version 13 okt. 2016
- Author:
- Alexander Verbraeck, Peter Knoppers, Wouter Schakel
-
-
Constructor Detail
-
RouteData
public RouteData(Route route)
- Parameters:
route
- Route; route
-
-
Method Detail
-
getRoute
public final Route getRoute()
- Returns:
- route.
-
getId
public final String getId()
- Specified by:
getId
in interfaceIdentifiable
- Specified by:
getId
in interfaceRouteDataInterface
-
-