Package org.opentrafficsim.base.parameters
package org.opentrafficsim.base.parameters
Simulation 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:
- Alexander Verbraeck, Peter Knoppers, Wouter Schakel
-
ClassDescriptionThrowable for exceptions regarding parameters.Interface for parameter objects containing the methods for during a simulation.Implementation of
Parameters
with methods to initialize the set of parameters.Defines meta-information of a parameter, defining the parameter uniquely.Wrapper class for Acceleration parameters.Wrapper class for boolean parameters.Parameter type for classes, of which the value may need to be present in a constraint set.Parameter type for a list of classes, each of which may need to be present in a constraint set.Wrapper class for double parameters.Wrapper class for Time parameters.Wrapper class for Frequency parameters.Wrapper class for int parameters.Wrapper class for Length parameters.Wrapper class for LinearDensity parameters.ParameterTypeNumeric<T extends Number>Wrapper class for parameters of any quantity in JUnits, or double, integer, etc.Predefined list of common parameter types.Wrapper class for Speed parameters.Parameter type forString
parameters.