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 TypeClassDescriptionclassImplementation ofParameterswith methods to initialize the set of parameters.Methods in org.opentrafficsim.base.parameters with parameters of type ParametersModifier and TypeMethodDescriptionvoidParameterType.check(T value, Parameters params) Default implementation of check method.voidParameterTypeInteger.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 StringParameterTypeBoolean.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 StringParameterTypeDouble.printValue(Parameters parameters) Print the given value from the map in Parameters in a presentable format.final StringParameterTypeInteger.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 StringParameterTypeString.printValue(Parameters parameters) Print the given value from the map in Parameters in a presentable format.voidParameters.setAllIn(Parameters parameters) Sets the parameters of this set in the given set.final voidParameterSet.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.