Interface CarFollowingModelFactory<T extends CarFollowingModel>
-
- Type Parameters:
T
- class of car following model
- All Superinterfaces:
ModelComponentFactory
- All Known Implementing Classes:
AbstractIDMFactory
,IDMFactory
,IDMPlusFactory
,IDMPlusMultiFactory
public interface CarFollowingModelFactory<T extends CarFollowingModel> extends ModelComponentFactory
Factory for car-following models.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
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description T
generateCarFollowingModel()
Returns a new instance of a car-following model.-
Methods inherited from interface org.opentrafficsim.road.gtu.lane.tactical.ModelComponentFactory
getParameters
-
-
-
-
Method Detail
-
generateCarFollowingModel
T generateCarFollowingModel()
Returns a new instance of a car-following model.- Returns:
- new instance of a car-following model
-
-