COPASI API
4.16.103
|
#include <CMiaseModel.h>
Public Types | |
enum | TYPE { ATTRIBUTE, MATH } |
Public Member Functions | |
CMiaseChange () | |
std::string | getTarget () |
virtual TYPE | getType ()=0 |
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 () | |
Public Attributes | |
TYPE | mType |
Private Attributes | |
std::string | mTarget |
Definition at line 19 of file CMiaseModel.h.
enum CMiaseChange::TYPE |
Enumerator | |
---|---|
ATTRIBUTE | |
MATH |
Definition at line 32 of file CMiaseModel.h.
CMiaseChange::CMiaseChange | ( | ) |
Definition at line 16 of file CMiaseModel.cpp.
CMiaseChange::~CMiaseChange | ( | ) |
Definition at line 19 of file CMiaseModel.cpp.
std::string CMiaseChange::getTarget | ( | ) |
Definition at line 22 of file CMiaseModel.cpp.
References mTarget.
|
pure virtual |
Implemented in CMiaseChangeMath, and CMiaseChangeAttribute.
void CMiaseChange::setTarget | ( | std::string | target | ) |
Definition at line 27 of file CMiaseModel.cpp.
References mTarget.
|
private |
Definition at line 40 of file CMiaseModel.h.
Referenced by getTarget(), and setTarget().
TYPE CMiaseChange::mType |
Definition at line 36 of file CMiaseModel.h.
Referenced by CMiaseChangeAttribute::CMiaseChangeAttribute(), CMiaseChangeMath::CMiaseChangeMath(), CMiaseChangeAttribute::getType(), CMiaseChangeMath::getType(), and CMiaseParser::testDataStructure().