Class GtuDataSim0

java.lang.Object
org.opentrafficsim.sim0mq.kpi.GtuDataSim0
All Implemented Interfaces:
org.djutils.base.Identifiable, GtuData

public class GtuDataSim0 extends Object implements GtuData

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

    • GtuDataSim0

      public GtuDataSim0(String id, String gtuType, RouteData route)
      Parameters:
      id - String; the id
      gtuType - GtuTypeData; the gtu type
      route - RouteData; the route
  • Method Details