Uses of Interface
org.opentrafficsim.base.parameters.Parameters
Packages that use Parameters
Package
Description
Classes to define parameter types and store their values.
-
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) ParameterTypeClass.printValue
(Parameters parameters) ParameterTypeClassList.printValue
(Parameters parameters) final String
ParameterTypeDouble.printValue
(Parameters parameters) final String
ParameterTypeInteger.printValue
(Parameters parameters) ParameterTypeNumeric.printValue
(Parameters parameters) final String
ParameterTypeString.printValue
(Parameters parameters) void
Parameters.setAllIn
(Parameters parameters) Sets the parameters of this set in the given set.final void
ParameterSet.setAllIn
(Parameters params) Constructors in org.opentrafficsim.base.parameters with parameters of type ParametersModifierConstructorDescriptionParameterSet
(Parameters parameters) Constructor which creates a copy of the input set.