Uses of Class
org.opentrafficsim.base.parameters.ParameterSet
Package | Description |
---|---|
org.opentrafficsim.base.parameters |
Simulation parameters.
|
-
Uses of ParameterSet in org.opentrafficsim.base.parameters
Methods in org.opentrafficsim.base.parameters that return ParameterSet Modifier and Type Method Description <T> ParameterSet
ParameterSet. setDefaultParameter(ParameterType<T> parameter)
Sets the default value of a parameter.ParameterSet
ParameterSet. setDefaultParameters(java.lang.Class<?> clazz)
Sets the default values of all accessible parameters defined in the given class.