COPASI API  4.40.278
SBMLIncompatibility Class Reference

#include <SBMLIncompatibility.h>

Public Types

enum  SEVERITY { UNDEFINED , WARNING , ERROR }
 

Public Member Functions

std::string getDetails () const
 
std::string getMessage () const
 
SEVERITY getSeverity () const
 
unsigned C_INT32 minSBMLLevel () const
 
unsigned C_INT32 minSBMLVersion () const
 
 SBMLIncompatibility (unsigned C_INT32,...)
 

Protected Attributes

std::string mDetails
 
std::string mMessage
 
unsigned C_INT32 mMinSBMLLevel
 
unsigned C_INT32 mMinSBMLVersion
 
unsigned C_INT32 mNumber
 
SEVERITY mSeverity
 

Member Enumeration Documentation

◆ SEVERITY

Enumerator
UNDEFINED 
WARNING 
ERROR 

Constructor & Destructor Documentation

◆ SBMLIncompatibility()

Member Function Documentation

◆ getDetails()

std::string SBMLIncompatibility::getDetails ( ) const

◆ getMessage()

std::string SBMLIncompatibility::getMessage ( ) const

◆ getSeverity()

SBMLIncompatibility::SEVERITY SBMLIncompatibility::getSeverity ( ) const

References mSeverity.

◆ minSBMLLevel()

unsigned C_INT32 SBMLIncompatibility::minSBMLLevel ( ) const

◆ minSBMLVersion()

unsigned C_INT32 SBMLIncompatibility::minSBMLVersion ( ) const

Member Data Documentation

◆ mDetails

std::string SBMLIncompatibility::mDetails
protected

Referenced by getDetails(), and SBMLIncompatibility().

◆ mMessage

std::string SBMLIncompatibility::mMessage
protected

Referenced by getMessage(), and SBMLIncompatibility().

◆ mMinSBMLLevel

unsigned C_INT32 SBMLIncompatibility::mMinSBMLLevel
protected

◆ mMinSBMLVersion

unsigned C_INT32 SBMLIncompatibility::mMinSBMLVersion
protected

◆ mNumber

unsigned C_INT32 SBMLIncompatibility::mNumber
protected

Referenced by SBMLIncompatibility().

◆ mSeverity

SEVERITY SBMLIncompatibility::mSeverity
protected

Referenced by getSeverity(), and SBMLIncompatibility().


The documentation for this class was generated from the following files: