Uses of Interface
org.opentrafficsim.base.parameters.Parameters
-
Uses of Parameters in org.opentrafficsim.base.parameters
Modifier and TypeClassDescriptionclass
Implementation ofParameters
with methods to initialize the set of parameters.Modifier 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.ModifierConstructorDescriptionParameterSet
(Parameters parameters) Constructor which creates a copy of the input set.