COPASI API
4.16.103
|
#include <CMiaseModel.h>
Public Member Functions | |
CMiaseChangeAttribute () | |
std::string | getNewValue () |
virtual CMiaseChange::TYPE | getType () |
void | setNewValue (std::string newValue) |
~CMiaseChangeAttribute () | |
![]() | |
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 | mNewValue |
Additional Inherited Members | |
![]() | |
enum | TYPE { ATTRIBUTE, MATH } |
![]() | |
TYPE | mType |
Definition at line 43 of file CMiaseModel.h.
CMiaseChangeAttribute::CMiaseChangeAttribute | ( | ) |
Definition at line 34 of file CMiaseModel.cpp.
References CMiaseChange::ATTRIBUTE, and CMiaseChange::mType.
CMiaseChangeAttribute::~CMiaseChangeAttribute | ( | ) |
Definition at line 39 of file CMiaseModel.cpp.
std::string CMiaseChangeAttribute::getNewValue | ( | ) |
|
virtual |
Implements CMiaseChange.
Definition at line 42 of file CMiaseModel.cpp.
References CMiaseChange::mType.
void CMiaseChangeAttribute::setNewValue | ( | std::string | newValue | ) |
|
private |
Definition at line 60 of file CMiaseModel.h.
Referenced by getNewValue(), and setNewValue().