Package org.opentrafficsim.base.parameters
Simulation parameters.
Copyright (c) 2013-2019 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved.
BSD-style license. See OpenTrafficSim License.
- Version:
- $Revision$, $LastChangedDate$, by $Author$, initial version 3 jul. 2017
- Author:
- Alexander Verbraeck, Peter Knoppers, Wouter Schakel
-
Interface Summary Interface Description Parameters Interface for parameter objects containing the methods for during a simulation. -
Class Summary Class Description ParameterSet Implementation ofParameters
with methods to initialize the set of parameters.ParameterType<T> Defines meta-information of a parameter, defining the parameter uniquely.ParameterTypeAcceleration Wrapper class for Acceleration parameters.ParameterTypeBoolean Wrapper class for boolean parameters.ParameterTypeClass<T> Parameter type for classes, of which the value may need to be present in a constraint set.ParameterTypeClassList<T> Parameter type for a list of classes, each of which may need to be present in a constraint set.ParameterTypeDouble Wrapper class for double parameters.ParameterTypeDuration Wrapper class for Time parameters.ParameterTypeFrequency Wrapper class for Frequency parameters.ParameterTypeInteger Wrapper class for int parameters.ParameterTypeLength Wrapper class for Length parameters.ParameterTypeLinearDensity Wrapper class for LinearDensity parameters.ParameterTypeNumeric<T extends java.lang.Number> Wrapper class for parameters of any quantity in JUnits, or double, integer, etc.ParameterTypes Predefined list of common parameter types.ParameterTypeSpeed Wrapper class for Speed parameters.ParameterTypeString Parameter type forString
parameters. -
Exception Summary Exception Description ParameterException Throwable for exceptions regarding parameters.