Interface ControlTacticalPlanner
public interface ControlTacticalPlanner
Interface for tactical planners that use control.
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 TypeMethodDescriptionorg.opentrafficsim.base.parameters.Parameters
Returns the system settings.
-
Method Details
-
getSettings
org.opentrafficsim.base.parameters.Parameters getSettings()Returns the system settings. This is used for sub-components that have no direct access to the settings. For example, when initiating sensor perception.- Returns:
- Parameters; system settings
-