Interface InputParameters
public interface InputParameters
Interface for input parameters.
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:
- Wouter Schakel
-
Method Summary
-
Method Details
-
getValue
Returns the value for a parameter of given name.- Parameters:
parameter
- String; parameter name.- Returns:
- value for a parameter of given name.
-