#include <NetworkGraphBuilder.h>

Public Member Functions | |
| virtual StringPimpl | getProperty (const StringPimpl &key) const =0 throw (Exception &) | 
| Retrieves the string value of a given key.   | |
| virtual int | getPropertyAsInt (const StringPimpl &key) const =0 throw (Exception &) | 
| Retrieves the integer value of a given key.   | |
| virtual int | getPropertyAsIntWithDefault (const StringPimpl &key, int value) const =0 throw (Exception &) | 
| Retrieves the integer of a given key but will return a default integer if that key doesn't exist.   | |
| virtual StringPimpl | getPropertyWithDefault (const StringPimpl &key, const StringPimpl &value) const =0 throw (Exception &) | 
| Retrieves the value of a given key but will return a default if that key doesn't exist.   | |
| virtual | ~NetworkGraphBuilder () | 
| Empty virtual destructor.   | |
| virtual ~NetworkGraphBuilder | ( | ) |  [inline, virtual] | 
        
Empty virtual destructor.
| virtual StringPimpl getProperty | ( | const StringPimpl & | key | ) |  const  throw (Exception &) [pure virtual] | 
        
| virtual int getPropertyAsInt | ( | const StringPimpl & | key | ) |  const  throw (Exception &) [pure virtual] | 
        
| virtual int getPropertyAsIntWithDefault | ( | const StringPimpl & | key, | |
| int | value | |||
| ) |  const  throw (Exception &) [pure virtual] | 
        
Retrieves the integer of a given key but will return a default integer if that key doesn't exist.
| key | The key to get the integer value of | |
| value | The default integer value to return if the key doesn't exist | 
| virtual StringPimpl getPropertyWithDefault | ( | const StringPimpl & | key, | |
| const StringPimpl & | value | |||
| ) |  const  throw (Exception &) [pure virtual] | 
        
Retrieves the value of a given key but will return a default if that key doesn't exist.
| key | The key to get the value of | |
| value | The default value to return if the key doesn't exist | 
 1.5.3