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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
toString()
-
Methods inherited from class org.opentrafficsim.road.gtu.lane.tactical.following.AbstractIDMFactory
generateCarFollowingModel, getParameters
-
-
-
-
Constructor Detail
-
IDMFactory
public IDMFactory(StreamInterface randomStream)
Constructor.- Parameters:
randomStream
- StreamInterface; random number stream
-
-