COPASI API
4.16.103
|
#include <CMiaseModel.h>
Public Member Functions | |
CMiaseChangeMath () | |
std::string | getNewMath () |
virtual CMiaseChange::TYPE | getType () |
void | setNewMath (std::string newMath) |
~CMiaseChangeMath () | |
![]() | |
CMiaseChange () | |
std::string | getTarget () |
void | setTarget (std::string target) |
~CMiaseChange () | |
![]() | |
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 | mNewMath |
Additional Inherited Members | |
![]() | |
enum | TYPE { ATTRIBUTE, MATH } |
![]() | |
TYPE | mType |
Definition at line 63 of file CMiaseModel.h.
CMiaseChangeMath::CMiaseChangeMath | ( | ) |
Definition at line 59 of file CMiaseModel.cpp.
References CMiaseChange::MATH, and CMiaseChange::mType.
CMiaseChangeMath::~CMiaseChangeMath | ( | ) |
Definition at line 64 of file CMiaseModel.cpp.
std::string CMiaseChangeMath::getNewMath | ( | ) |
|
virtual |
Implements CMiaseChange.
Definition at line 67 of file CMiaseModel.cpp.
References CMiaseChange::mType.
void CMiaseChangeMath::setNewMath | ( | std::string | newMath | ) |
|
private |
Definition at line 80 of file CMiaseModel.h.
Referenced by getNewMath(), and setNewMath().