#include <parmanager.h>
Public Member Functions | |
void | addParameter (string Class, GenericParameter *aPar) throw (ParamManagerException) |
add a new parameter | |
void | addClass (string aClass, string aComment) |
add a new group of parameters (a class) | |
void | addInstance (string aClass, string aInstance, string aComment) throw (ParamManagerException) |
add an instance of a class | |
void | setDefault (string aName, string aValue) throw (ParamManagerException) |
set or overrides the default value for a parameter |
NePSing provides an instance of this class to each simlation. It is automatically generated and passed to the base class contructor (i.e., the sublass of DESystem).
This class is responsible for storing all the parameters, reading them from the parameter file and write the paramter file itself.
|
add a new group of parameters (a class)
|
|
add an instance of a class
|
|
add a new parameter
|
|
set or overrides the default value for a parameter
|