|
copasi API
0.1
|
#include <SBMLIncompatibility.h>
Public Types | |
| enum | SEVERITY { UNDEFINED, WARNING, ERROR } |
Public Member Functions | |
| SBMLIncompatibility (unsigned C_INT32,...) | |
| std::string | getMessage () const |
| std::string | getDetails () const |
| SEVERITY | getSeverity () const |
| unsigned C_INT32 | minSBMLVersion () const |
| unsigned C_INT32 | minSBMLLevel () const |
Protected Attributes | |
| unsigned C_INT32 | mNumber |
| unsigned C_INT32 | mMinSBMLLevel |
| unsigned C_INT32 | mMinSBMLVersion |
| SEVERITY | mSeverity |
| std::string | mMessage |
| std::string | mDetails |
| SBMLIncompatibility::SBMLIncompatibility | ( | unsigned C_INT32 | n, |
| ... | |||
| ) |
| std::string SBMLIncompatibility::getDetails | ( | ) | const |
| std::string SBMLIncompatibility::getMessage | ( | ) | const |
| SBMLIncompatibility::SEVERITY SBMLIncompatibility::getSeverity | ( | ) | const |
| unsigned C_INT32 SBMLIncompatibility::minSBMLLevel | ( | ) | const |
| unsigned C_INT32 SBMLIncompatibility::minSBMLVersion | ( | ) | const |
std::string SBMLIncompatibility::mDetails [protected] |
std::string SBMLIncompatibility::mMessage [protected] |
unsigned C_INT32 SBMLIncompatibility::mMinSBMLLevel [protected] |
unsigned C_INT32 SBMLIncompatibility::mMinSBMLVersion [protected] |
unsigned C_INT32 SBMLIncompatibility::mNumber [protected] |
SEVERITY SBMLIncompatibility::mSeverity [protected] |
1.7.5.1