COPASI API
4.16.103
|
#include <CMiaseBase.h>
Public Member Functions | |
CMiaseBaseEnhanced () | |
std::string | getId () |
std::string | getName () |
void | setId (std::string id) |
void | setName (std::string name) |
~CMiaseBaseEnhanced () | |
![]() | |
void | addAnnotation (CMiaseAnnotation *ann) |
void | addNotes (CMiaseNotes *notes) |
CMiaseBase () | |
CMiaseAnnotation * | getAnnotation () |
std::string | getMetaId () |
CMiaseNotes * | getNotes () |
void | setAnyNote (std::string anyAnnotation) |
void | setMetaId (std::string metaId) |
void | setXmlNs (std::string xmlNs) |
~CMiaseBase () | |
Private Attributes | |
std::string | mId |
std::string | mName |
Definition at line 92 of file CMiaseBase.h.
CMiaseBaseEnhanced::CMiaseBaseEnhanced | ( | ) |
Definition at line 111 of file CMiaseBase.cpp.
CMiaseBaseEnhanced::~CMiaseBaseEnhanced | ( | ) |
Definition at line 114 of file CMiaseBase.cpp.
std::string CMiaseBaseEnhanced::getId | ( | ) |
Definition at line 117 of file CMiaseBase.cpp.
References mId.
Referenced by CMiaseSed::getModel(), CMiaseSed::getOutput(), CMiaseSed::getSimulation(), CMiaseSed::getTask(), and CMiaseParser::testDataStructure().
std::string CMiaseBaseEnhanced::getName | ( | ) |
Definition at line 122 of file CMiaseBase.cpp.
References mName.
Referenced by CMiaseParser::testDataStructure().
void CMiaseBaseEnhanced::setId | ( | std::string | id | ) |
Definition at line 127 of file CMiaseBase.cpp.
References mId.
Referenced by CMiaseParser::newModel(), CMiaseParser::newOutput(), and CMiaseParser::newTask().
void CMiaseBaseEnhanced::setName | ( | std::string | name | ) |
Definition at line 132 of file CMiaseBase.cpp.
References mName.
Referenced by CMiaseParser::newModel(), CMiaseParser::newOutput(), and CMiaseParser::newTask().
|
private |
Definition at line 109 of file CMiaseBase.h.
|
private |
Definition at line 110 of file CMiaseBase.h.