Class IDMPlusMultiFactory

java.lang.Object
org.opentrafficsim.road.gtu.lane.tactical.following.AbstractIDMFactory<IDMPlusMulti>
org.opentrafficsim.road.gtu.lane.tactical.following.IDMPlusMultiFactory
All Implemented Interfaces:
CarFollowingModelFactory<IDMPlusMulti>, ModelComponentFactory

public class IDMPlusMultiFactory
extends AbstractIDMFactory<IDMPlusMulti>

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 Sep 15, 2016
Author:
Alexander Verbraeck, Peter Knoppers, Wouter Schakel
  • Constructor Summary

    Constructors 
    Constructor Description
    IDMPlusMultiFactory​(StreamInterface randomStream)
    Constructor.
  • Method Summary

    Modifier and Type Method Description
    java.lang.String toString()

    Methods inherited from class org.opentrafficsim.road.gtu.lane.tactical.following.AbstractIDMFactory

    generateCarFollowingModel, getParameters

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

  • Method Details

    • toString

      public final java.lang.String toString()
      Overrides:
      toString in class java.lang.Object