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-2024 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved.
BSD-style license. See OpenTrafficSim License.
- Author:
- Alexander Verbraeck, Peter Knoppers, Wouter Schakel
-
Method Summary
Modifier and TypeMethodDescriptionReturns a new instance of a car-following model.Methods inherited from interface org.opentrafficsim.road.gtu.lane.tactical.ModelComponentFactory
getParameters
-
Method Details
-
generateCarFollowingModel
T generateCarFollowingModel()Returns a new instance of a car-following model.- Returns:
- new instance of a car-following model
-