#include <SBMLReference.h>
List of all members.
Member Typedef Documentation
Constructor & Destructor Documentation
SBMLReference::SBMLReference |
( |
| ) |
|
SBMLReference::~SBMLReference |
( |
| ) |
|
Member Function Documentation
bool SBMLReference::add |
( |
const std::string & |
id, |
|
|
const std::string & |
key |
|
) |
| |
Add an associated SBMLid, COPASIkey pair to the references.
- Parameters:
-
const | std::string & id |
const | std::string & key |
- Returns:
- bool success
const std::string & SBMLReference::getCOPASIkey |
( |
const std::string & |
id | ) |
const |
Retrieve the COPASI key which is mapped to the given SBML Id.
- Parameters:
-
- Returns:
- const std::string & key ("" if no map is found)
const std::string & SBMLReference::getSBMLid |
( |
const std::string & |
key | ) |
const |
Retrieve the SBML Id which is mapped to the given COPASI key.
- Parameters:
-
- Returns:
- const std::string & id ("" if no map is found)
const std::string & SBMLReference::getURL |
( |
| ) |
const |
Retrieve the URL of the referenced SBML file
- Returns:
- const std::string & url
bool SBMLReference::removeCOPASIkey |
( |
const std::string & |
key | ) |
|
Remove the reference of the given key
- Parameters:
-
- Returns:
- bool success
bool SBMLReference::removeSBMLid |
( |
const std::string & |
id | ) |
|
Remove the reference of the given id
- Parameters:
-
- Returns:
- bool success
bool SBMLReference::setURL |
( |
const std::string & |
url | ) |
|
Set URL of the refernced SBML file.
- Parameters:
-
- Returns:
- bool success
The documentation for this class was generated from the following files: