Uses of Interface
org.opentrafficsim.base.parameters.Parameters
Packages that use Parameters
-
Uses of Parameters in org.opentrafficsim.base.parameters
Classes in org.opentrafficsim.base.parameters that implement ParametersModifier and TypeClassDescriptionclass
Implementation ofParameters
with methods to initialize the set of parameters.Methods in org.opentrafficsim.base.parameters with parameters of type ParametersModifier and TypeMethodDescriptionvoid
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.ParameterType.printValue
(Parameters parameters) Print the given value from the map in Parameters in a presentable format.final String
ParameterTypeBoolean.printValue
(Parameters parameters) Print the given value from the map in Parameters in a presentable format.ParameterTypeClass.printValue
(Parameters parameters) Print the given value from the map in Parameters in a presentable format.ParameterTypeClassList.printValue
(Parameters parameters) Print the given value from the map in Parameters in a presentable format.final String
ParameterTypeDouble.printValue
(Parameters parameters) Print the given value from the map in Parameters in a presentable format.final String
ParameterTypeInteger.printValue
(Parameters parameters) Print the given value from the map in Parameters in a presentable format.ParameterTypeNumeric.printValue
(Parameters parameters) Print the given value from the map in Parameters in a presentable format.final 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.final 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 ParametersModifierConstructorDescriptionParameterSet
(Parameters parameters) Constructor which creates a copy of the input set.