#include <MyDataModel.hxx>

Public Member Functions | |
| MyDataObject () | |
| virtual std::string | getPath () |
Public Member Functions inherited from DataObject | |
| DataObject () | |
| ~DataObject () | |
| void | setLabel (std::string label) |
| std::string | getLabel () |
| void | setProperty (std::string key, std::string value) |
| std::string | getProperty (std::string key) |
| std::string | getPathName () |
| std::string | getNameId () |
| std::string | toString () |
Static Public Attributes | |
| static const std::string | PROPERTY_KEY_TYPE = "type" |
| static const std::string | PROPERTY_KEY_CIRCUIT ="circuit" |
| static const std::string | PROPERTY_KEY_REPFONC ="rf" |
Static Public Attributes inherited from DataObject | |
| static const std::string | pathsep = std::string("/") |
| MyDataObject::MyDataObject | ( | ) |
References PROPERTY_KEY_CIRCUIT, PROPERTY_KEY_REPFONC, PROPERTY_KEY_TYPE, and DataObject::setProperty().
|
virtual |
This function specified the localization of the object in the hierarchical organization
Implements DataObject.
References DataObject::getProperty(), DataObject::pathsep, PROPERTY_KEY_CIRCUIT, PROPERTY_KEY_REPFONC, and PROPERTY_KEY_TYPE.
|
static |
|
static |
|
static |