Class AccelerationChecker

java.lang.Object
org.opentrafficsim.road.gtu.lane.AbstractLaneBasedMoveChecker
org.opentrafficsim.road.gtu.lane.AccelerationChecker
All Implemented Interfaces:
Serializable, Remote, EventListener, org.djutils.event.EventListener

public class AccelerationChecker extends AbstractLaneBasedMoveChecker
Checks acceleration bounds.

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
See Also:
  • Constructor Details

    • AccelerationChecker

      public AccelerationChecker(Network network)
      Constructor.
      Parameters:
      network - Network; network
    • AccelerationChecker

      public AccelerationChecker(Network network, org.djunits.value.vdouble.scalar.Acceleration min, org.djunits.value.vdouble.scalar.Acceleration max, org.djunits.value.vdouble.scalar.Speed minSpeed)
      Constructor.
      Parameters:
      network - Network; network
      min - Acceleration; minimum allowable acceleration
      max - Acceleration; maximum allowable acceleration
      minSpeed - Speed; speed above which acceleration should be checked
  • Method Details