#include <LoadFunctionElement.h>
Public Member Functions | |
| LoadFunctionElement (const string) | |
| virtual | ~LoadFunctionElement () | 
| void | setLoadName (const string) | 
| void | setHistoryName (const string) | 
| void | setDecayName (const string) | 
| void | setHistoryJob (const string) | 
| void | setDecayJob (const string) | 
| const string | getLoadName () | 
| const string | getHistoryName () | 
| const string | getDecayName () | 
| const string | getHistoryJob () | 
| const string | getDecayJob () | 
Private Member Functions | |
| LoadFunctionElement (const LoadFunctionElement &x) | |
Private Attributes | |
| string | load_name | 
| string | history_name | 
| string | history_job | 
| string | decay_name | 
| string | decay_job | 
| LoadFunctionElement::LoadFunctionElement | ( | const LoadFunctionElement & | x | ) |  [private] | 
        
hidden copy constructor - we do not want to accidentially copy objects
| LoadFunctionElement::LoadFunctionElement | ( | const string | _name | ) | 
| LoadFunctionElement::~LoadFunctionElement | ( | ) |  [virtual] | 
        
| const string LoadFunctionElement::getDecayJob | ( | ) | 
References decay_job.
| const string LoadFunctionElement::getDecayName | ( | ) | 
References decay_name.
| const string LoadFunctionElement::getHistoryJob | ( | ) | 
References history_job.
| const string LoadFunctionElement::getHistoryName | ( | ) | 
References history_name.
| const string LoadFunctionElement::getLoadName | ( | ) | 
References load_name.
| void LoadFunctionElement::setDecayJob | ( | const string | name | ) | 
References decay_job.
Referenced by InputHandler::getLoadFunctionList().
| void LoadFunctionElement::setDecayName | ( | const string | name | ) | 
References decay_name.
Referenced by InputHandler::getLoadFunctionList().
| void LoadFunctionElement::setHistoryJob | ( | const string | name | ) | 
References history_job.
Referenced by InputHandler::getLoadFunctionList().
| void LoadFunctionElement::setHistoryName | ( | const string | name | ) | 
References history_name.
Referenced by InputHandler::getLoadFunctionList().
| void LoadFunctionElement::setLoadName | ( | const string | name | ) | 
References load_name.
string LoadFunctionElement::decay_job [private] | 
        
Referenced by getDecayJob(), and setDecayJob().
string LoadFunctionElement::decay_name [private] | 
        
Referenced by getDecayName(), and setDecayName().
string LoadFunctionElement::history_job [private] | 
        
Referenced by getHistoryJob(), and setHistoryJob().
string LoadFunctionElement::history_name [private] | 
        
Referenced by getHistoryName(), and setHistoryName().
string LoadFunctionElement::load_name [private] | 
        
Referenced by getLoadName(), and setLoadName().
 1.6.1-20091004