Package org.opentrafficsim.sim0mq.kpi
Class RouteData
- java.lang.Object
-
- org.opentrafficsim.sim0mq.kpi.RouteData
-
- All Implemented Interfaces:
Identifiable
,RouteDataInterface
public class RouteData extends Object implements RouteDataInterface
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
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
NodeData
getEndNode()
String
getId()
String
getRouteName()
NodeData
getStartNode()
int
hashCode()
String
toString()
-
-
-
Method Detail
-
getRouteName
public final String getRouteName()
- Returns:
- routeName
-
getStartNode
public final NodeData getStartNode()
- Returns:
- startNode
-
getEndNode
public final NodeData getEndNode()
- Returns:
- endNode
-
getId
public String getId()
- Specified by:
getId
in interfaceIdentifiable
- Specified by:
getId
in interfaceRouteDataInterface
-
-