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 classParameterSetImplementation ofParameterswith methods to initialize the set of parameters.Methods in org.opentrafficsim.base.parameters with parameters of type Parameters Modifier and Type Method Description voidParameterType. check(T value, Parameters params)Default implementation of check method.voidParameterTypeInteger. check(int value, Parameters params)Method to overwrite for checks with constraints.java.lang.StringParameterType. printValue(Parameters parameters)Print the given value from the map in Parameters in a presentable format.java.lang.StringParameterTypeBoolean. printValue(Parameters parameters)Print the given value from the map in Parameters in a presentable format.java.lang.StringParameterTypeClass. printValue(Parameters parameters)Print the given value from the map in Parameters in a presentable format.java.lang.StringParameterTypeClassList. printValue(Parameters parameters)Print the given value from the map in Parameters in a presentable format.java.lang.StringParameterTypeDouble. printValue(Parameters parameters)Print the given value from the map in Parameters in a presentable format.java.lang.StringParameterTypeInteger. printValue(Parameters parameters)Print the given value from the map in Parameters in a presentable format.java.lang.StringParameterTypeNumeric. printValue(Parameters parameters)Print the given value from the map in Parameters in a presentable format.java.lang.StringParameterTypeString. printValue(Parameters parameters)Print the given value from the map in Parameters in a presentable format.voidParameters. setAllIn(Parameters parameters)Sets the parameters of this set in the given set.voidParameterSet. 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.