COPASI API
4.16.103
|
this class uniquely (in a given context) identifies a symbol More...
Public Member Functions | |
bool | isEqual (const SymbolicExponent &se) const |
SymbolicExponent () | |
SymbolicExponent (std::string id, size_t frame) | |
Public Attributes | |
size_t | mFrame |
std::string | mID |
this class uniquely (in a given context) identifies a symbol
Definition at line 79 of file CSBMLunit.h.
|
inline |
Definition at line 84 of file CSBMLunit.h.
|
inline |
Definition at line 85 of file CSBMLunit.h.
|
inline |
Definition at line 86 of file CSBMLunit.h.
Referenced by CSBMLunit::applyExponent(), CSBMLunit::applyInverseExponent(), CSBMLunit::isEqual(), and CSBMLunit::multiply().
size_t CSBMLunit::SymbolicExponent::mFrame |
Definition at line 83 of file CSBMLunit.h.
Referenced by isEqual().
std::string CSBMLunit::SymbolicExponent::mID |
Definition at line 82 of file CSBMLunit.h.
Referenced by CSBMLunit::getDisplayString(), and isEqual().