Uses of Class
org.opentrafficsim.base.parameters.ParameterSet
-
Packages that use 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> ParameterSetParameterSet. setDefaultParameter(ParameterType<T> parameter)Sets the default value of a parameter.ParameterSetParameterSet. setDefaultParameters(java.lang.Class<?> clazz)Sets the default values of all accessible parameters defined in the given class.
-