Interface LongitudinalControllerFactory<T extends LongitudinalController>
-
- Type Parameters:
T
- type of controller
- All Known Implementing Classes:
CaccControllerFactory
public interface LongitudinalControllerFactory<T extends LongitudinalController>
Factory for controller.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
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description T
create()
Creates the next longitudinal controller.
-
-
-
Method Detail
-
create
T create()
Creates the next longitudinal controller.- Returns:
- T; next longitudinal controller
-
-