Package | Description |
---|---|
org.opentrafficsim.base.parameters |
Simulation parameters.
|
Modifier and Type | Class and Description |
---|---|
class |
ParameterSet
Implementation of
Parameters with methods to initialize the set of parameters. |
Modifier and Type | Method and Description |
---|---|
void |
ParameterTypeInteger.check(int value,
Parameters params)
Method to overwrite for checks with constraints.
|
void |
ParameterType.check(T value,
Parameters params)
Default implementation of check method.
|
String |
ParameterTypeString.printValue(Parameters parameters)
Print the given value from the map in Parameters in a presentable format.
|
String |
ParameterTypeNumeric.printValue(Parameters parameters)
Print the given value from the map in Parameters in a presentable format.
|
String |
ParameterTypeInteger.printValue(Parameters parameters)
Print the given value from the map in Parameters in a presentable format.
|
String |
ParameterTypeDouble.printValue(Parameters parameters)
Print the given value from the map in Parameters in a presentable format.
|
String |
ParameterTypeClassList.printValue(Parameters parameters)
Print the given value from the map in Parameters in a presentable format.
|
String |
ParameterTypeClass.printValue(Parameters parameters)
Print the given value from the map in Parameters in a presentable format.
|
String |
ParameterTypeBoolean.printValue(Parameters parameters)
Print the given value from the map in Parameters in a presentable format.
|
String |
ParameterType.printValue(Parameters parameters)
Print the given value from the map in Parameters in a presentable format.
|
void |
ParameterSet.setAllIn(Parameters params)
Sets the parameters of this set in the given set.
|
void |
Parameters.setAllIn(Parameters parameters)
Sets the parameters of this set in the given set.
|
Constructor and Description |
---|
ParameterSet(Parameters parameters)
Constructor which creates a copy of the input set.
|
Copyright © 2014–2019 Delft University of Technology. All rights reserved.