class ParameterSet

A ParameterSet is a data structure that holds all the parameters needed for the construction of a new node. More...

Definition#include <data-flow/include/ParameterSet.h>
Inheritsmap <string, pair<ObjectRef, bool> >
List of all Methods
Annotated List
Files
Globals
Hierarchy
Index

Public Methods


Detailed Description

A ParameterSet is a data structure that holds all the parameters needed for the construction of a new node.

bool  exist (const string &param)

[const]

Does a certain parameter exist?

ObjectRef  get (string param)

[const]

get a parameter's value

ObjectRef  getDefault (string param, ObjectRef value)

get the default parameter

void  defaultParam (string param, ObjectRef value)

set the default parameter

void  add (string param, ObjectRef value)

adding the parameters

void  print (ostream &out = cerr)

[const]

printing the parameters

void  checkUnused ()

[const]

check whether there are any unused (never read) parameters (unrecognized)