copasi API  0.1
Public Member Functions
CAnnotation Class Reference

#include <CAnnotation.h>

Inheritance diagram for CAnnotation:
CEvaluationTree CEvent CModelEntity CReaction CExpression CFunction CCompartment CMetab CModel CModelValue CKinFunction CMassAction

List of all members.

Public Member Functions

 CAnnotation ()
 CAnnotation (const CAnnotation &src)
 ~CAnnotation ()
void setMiriamAnnotation (const std::string &miriamAnnotation, const std::string &newId, const std::string &oldId)
const std::string & getMiriamAnnotation () const
void setNotes (const std::string &notes)
const std::string & getNotes () const

Constructor & Destructor Documentation

CAnnotation::CAnnotation ( )

Default constructor

CAnnotation::CAnnotation ( const CAnnotation src)

Copy constructor

Parameters:
constCAnnotation & src
CAnnotation::~CAnnotation ( )

Destructor


Member Function Documentation

const std::string & CAnnotation::getMiriamAnnotation ( ) const

Retrieve the RDF/XML representation of the MIRIAM annotation

Returns:
const std::string & miriamAnnotation
const std::string & CAnnotation::getNotes ( ) const

Retrieve the XHTML notes

Returns:
const std::string & notes
void CAnnotation::setMiriamAnnotation ( const std::string &  miriamAnnotation,
const std::string &  newId,
const std::string &  oldId 
)

Set the RDF/XML representation of the MIRIAM annotation

Parameters:
conststd::string & miriamAnnotation
conststd::string & newId
conststd::string & oldId
void CAnnotation::setNotes ( const std::string &  notes)

Set the XHTML Notes

Parameters:
conststd::string & notes

The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines