Class CaccControllerFactory
- java.lang.Object
-
- org.opentrafficsim.road.gtu.lane.tactical.cacc.CaccControllerFactory
-
- All Implemented Interfaces:
LongitudinalControllerFactory<CaccController>
public class CaccControllerFactory extends Object implements LongitudinalControllerFactory<CaccController>
Factory for CACC.Copyright (c) 2013-2018 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 31 okt. 2018
- Author:
- Alexander Verbraeck, Peter Knoppers, Wouter Schakel
-
-
Constructor Summary
Constructors Constructor Description CaccControllerFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CaccController
create()
Creates the next longitudinal controller.
-
-
-
Method Detail
-
create
public CaccController create()
Creates the next longitudinal controller.- Specified by:
create
in interfaceLongitudinalControllerFactory<CaccController>
- Returns:
- T; next longitudinal controller
-
-