Class LinkDataSim0

java.lang.Object
org.opentrafficsim.sim0mq.kpi.LinkDataSim0
All Implemented Interfaces:
Identifiable, LinkData<LaneDataSim0>

public class LinkDataSim0 extends Object implements LinkData<LaneDataSim0>

Copyright (c) 2013-2024 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved.
BSD-style license. See OpenTrafficSim License.

Author:
Alexander Verbraeck, Peter Knoppers, Wouter Schakel
  • Constructor Details

    • LinkDataSim0

      public LinkDataSim0(String linkName, String startNode, String endNode, Length length)
      Parameters:
      linkName - wrapped link name
      startNode - data of start node
      endNode - data of end node
      length - the length
  • Method Details