Class IDMPlusFactory
java.lang.Object
org.opentrafficsim.road.gtu.lane.tactical.following.AbstractIDMFactory<IDMPlus>
org.opentrafficsim.road.gtu.lane.tactical.following.IDMPlusFactory
- All Implemented Interfaces:
 CarFollowingModelFactory<IDMPlus>,ModelComponentFactory
public class IDMPlusFactory extends AbstractIDMFactory<IDMPlus>
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 IDMPlusFactory(StreamInterface randomStream)Constructor. - 
Method Summary
Modifier and Type Method Description java.lang.StringtoString()Methods inherited from class org.opentrafficsim.road.gtu.lane.tactical.following.AbstractIDMFactory
generateCarFollowingModel, getParameters 
- 
Constructor Details
- 
IDMPlusFactory
Constructor.- Parameters:
 randomStream- StreamInterface; random number stream
 
 - 
 - 
Method Details
- 
toString
public final java.lang.String toString()- Overrides:
 toStringin classjava.lang.Object
 
 -