Class IDMFactory
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-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 IDMFactory(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
-
Constructor Details
-
IDMFactory
Constructor.- Parameters:
randomStream
- StreamInterface; random number stream
-
-
Method Details
-
toString
public final java.lang.String toString()- Overrides:
toString
in classjava.lang.Object
-