Class LinkData

java.lang.Object
org.opentrafficsim.sim0mq.kpi.LinkData
All Implemented Interfaces:
Identifiable, LinkDataInterface

public class LinkData
extends java.lang.Object
implements LinkDataInterface

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.

Version:
$Revision$, $LastChangedDate$, by $Author$, initial version 13 okt. 2016
Author:
Alexander Verbraeck, Peter Knoppers, Wouter Schakel
  • Constructor Details

    • LinkData

      public LinkData​(java.lang.String linkName, NodeData startNode, NodeData endNode, Length length)
      Parameters:
      linkName - String; wrapped link name
      startNode - NodeData; data of start node
      endNode - NodeData; data of end node
      length - Length; the length
  • Method Details