Uses of Interface
org.opentrafficsim.base.parameters.Parameters
Package | Description |
---|---|
org.opentrafficsim.base.parameters |
Simulation parameters.
|
-
Uses of Parameters in org.opentrafficsim.base.parameters
Classes in org.opentrafficsim.base.parameters that implement Parameters Modifier and Type Class Description class
ParameterSet
Implementation ofParameters
with methods to initialize the set of parameters.Methods in org.opentrafficsim.base.parameters with parameters of type Parameters Modifier and Type Method Description void
ParameterType. check(T value, Parameters params)
Default implementation of check method.void
ParameterTypeInteger. check(int value, Parameters params)
Method to overwrite for checks with constraints.java.lang.String
ParameterType. printValue(Parameters parameters)
Print the given value from the map in Parameters in a presentable format.java.lang.String
ParameterTypeBoolean. printValue(Parameters parameters)
Print the given value from the map in Parameters in a presentable format.java.lang.String
ParameterTypeClass. printValue(Parameters parameters)
Print the given value from the map in Parameters in a presentable format.java.lang.String
ParameterTypeClassList. printValue(Parameters parameters)
Print the given value from the map in Parameters in a presentable format.java.lang.String
ParameterTypeDouble. printValue(Parameters parameters)
Print the given value from the map in Parameters in a presentable format.java.lang.String
ParameterTypeInteger. printValue(Parameters parameters)
Print the given value from the map in Parameters in a presentable format.java.lang.String
ParameterTypeNumeric. printValue(Parameters parameters)
Print the given value from the map in Parameters in a presentable format.java.lang.String
ParameterTypeString. printValue(Parameters parameters)
Print the given value from the map in Parameters in a presentable format.void
Parameters. setAllIn(Parameters parameters)
Sets the parameters of this set in the given set.void
ParameterSet. setAllIn(Parameters params)
Sets the parameters of this set in the given set.Constructors in org.opentrafficsim.base.parameters with parameters of type Parameters Constructor Description ParameterSet(Parameters parameters)
Constructor which creates a copy of the input set.