Interface BehavioralAdaptation
- All Known Implementing Classes:
AdaptationHeadway,AdaptationLaneChangeDesire,AdaptationSituationalAwareness,AdaptationSpeed,AdaptationSpeedChannel,AdaptationUpdateTime,FactorAdaptation
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Behavioral adaptation by changing parameter values.
Copyright (c) 2024-2024 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved.
BSD-style license. See OpenTrafficSim License.
- Author:
- Wouter Schakel
-
Method Summary
Modifier and TypeMethodDescriptionvoidadapt(Parameters parameters) Adapt to task saturation by changing parameter values.
-
Method Details
-
adapt
Adapt to task saturation by changing parameter values.- Parameters:
parameters- parameters- Throws:
ParameterException- if a parameter is missing or out of bounds
-