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 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) ParameterTypeClass.printValue(Parameters parameters) ParameterTypeClassList.printValue(Parameters parameters) final StringParameterTypeDouble.printValue(Parameters parameters) final StringParameterTypeInteger.printValue(Parameters parameters) ParameterTypeNumeric.printValue(Parameters parameters) final StringParameterTypeString.printValue(Parameters parameters) voidParameters.setAllIn(Parameters parameters) Sets the parameters of this set in the given set.final voidParameterSet.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.