#include <CChemEqElement.h>
List of all members.
Constructor & Destructor Documentation
CChemEqElement::CChemEqElement |
( |
const std::string & |
name = "Chem Eq Element" , |
|
|
const CCopasiContainer * |
pParent = NULL |
|
) |
| |
Default constructor
- Parameters:
-
const | std::string & name (default: "NoName") |
const | CCopasiContainer * pParent (default: NULL) |
Copy constructor
- Parameters:
-
CChemEqElement::~CChemEqElement |
( |
| ) |
|
Member Function Documentation
void CChemEqElement::addToMultiplicity |
( |
const C_FLOAT64 |
multiplicity = 1.0 | ) |
|
Add to the multiplicity of the element.
- Parameters:
-
const C_FLOAT64 | multiplicity (default = 1.0) |
void CChemEqElement::cleanup |
( |
| ) |
|
const CMetab * CChemEqElement::getMetabolite |
( |
| ) |
const |
Retrieves the metabolite of the element.
- Returns:
- "CMetab *" metabolite
const std::string & CChemEqElement::getMetaboliteKey |
( |
| ) |
const |
Retrieve the key of the species
- Returns:
- const std::string & speciesKey
C_FLOAT64 CChemEqElement::getMultiplicity |
( |
| ) |
const |
Retrieves the multiplicity of the element.
- Returns:
- C_FLOAT64 multiplicity
void CChemEqElement::setMetabolite |
( |
const std::string & |
key | ) |
|
Set the metabolite of the element.
- Parameters:
-
void CChemEqElement::setMultiplicity |
( |
const C_FLOAT64 |
multiplicity | ) |
|
Set the multiplicity of the element.
- Parameters:
-
const C_FLOAT64 | multiplicity |
Friends And Related Function Documentation
std::ostream& operator<< |
( |
std::ostream & |
os, |
|
|
const CChemEqElement & |
d |
|
) |
| [friend] |
The documentation for this class was generated from the following files: