Class LmrsData

java.lang.Object
org.opentrafficsim.road.gtu.lane.tactical.util.lmrs.LmrsData
All Implemented Interfaces:
DesireBased, Synchronizable

public final class LmrsData
extends java.lang.Object
implements DesireBased, Synchronizable
Keeps data for LMRS for a specific GTU.

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 8 nov. 2016
Author:
Alexander Verbraeck, Peter Knoppers, Wouter Schakel
  • Constructor Details

    • LmrsData

      public LmrsData​(Synchronization synchronization, Cooperation cooperation, GapAcceptance gapAcceptance, Tailgating tailgating)
      Parameters:
      synchronization - Synchronization; synchronization
      cooperation - Cooperation; cooperation
      gapAcceptance - GapAcceptance; gap-acceptance
      tailgating - Tailgating; tail gating
  • Method Details