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

public class IdmFactory extends AbstractIdmFactory<Idm>
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

    • IdmFactory

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