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

    Modifier and Type
    Method
    Description
    getValue(String parameter)
    Returns the value for a parameter of given name.
  • Method Details

    • getValue

      Object getValue(String parameter)
      Returns the value for a parameter of given name.
      Parameters:
      parameter - String; parameter name.
      Returns:
      value for a parameter of given name.