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
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
-
IDMPlusMultiFactory
public IDMPlusMultiFactory(StreamInterface randomStream)
Constructor.- Parameters:
randomStream
- StreamInterface; random number stream
-
-