java.lang.Object
org.opentrafficsim.road.gtu.lane.tactical.following.AbstractIdmFactory<IdmPlus>
org.opentrafficsim.road.gtu.lane.tactical.following.IdmPlusFactory
All Implemented Interfaces:
CarFollowingModelFactory<IdmPlus>, ModelComponentFactory

public class IdmPlusFactory extends AbstractIdmFactory<IdmPlus>
Factory for IDM+.

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

    • IdmPlusFactory

      public IdmPlusFactory(nl.tudelft.simulation.jstats.streams.StreamInterface randomStream)
      Constructor.
      Parameters:
      randomStream - StreamInterface; random number stream
  • Method Details