#include <CBiologicalDescription.h>
List of all members.
Constructor & Destructor Documentation
CBiologicalDescription::CBiologicalDescription |
( |
const std::string & |
objectName, |
|
|
const CCopasiContainer * |
pParent = NULL |
|
) |
| |
Default constructor
- Parameters:
-
CBiologicalDescription::CBiologicalDescription |
( |
const CRDFTriplet & |
triplet, |
|
|
const std::string & |
objectName = "" , |
|
|
const CCopasiContainer * |
pParent = NULL |
|
) |
| |
Specific constructor
- Parameters:
-
Copy constructor
- Parameters:
-
const CBiologicalDescription & | src |
const | CCopasiContainer * pParent (default: NULL) |
CBiologicalDescription::~CBiologicalDescription |
( |
| ) |
|
Member Function Documentation
void CBiologicalDescription::clearInvalidEntries |
( |
| ) |
|
Convenience method removing invalid predicate, resource, and id combinations
const std::string & CBiologicalDescription::getId |
( |
| ) |
const |
Retrieve the identifier of the subject in the MIRIAM resource.
- Returns:
- const std::string id
const std::string & CBiologicalDescription::getKey |
( |
| ) |
const [virtual] |
Retrieve the key of the object.
- Returns:
- const std::string & key
Reimplemented from CCopasiObject.
std::string CBiologicalDescription::getPredicate |
( |
| ) |
const |
Retrieve the predicate, i.e. the relationship between the subject. and the MIRIAM resource.
- Returns:
- std::string predicate
std::string CBiologicalDescription::getResource |
( |
| ) |
const |
Retrieve the MIRIAM resource (database) describing the subject.
- Returns:
- std::string resource
const CRDFTriplet & CBiologicalDescription::getTriplet |
( |
| ) |
const |
Retrieve the RDF triplet holding the description.
- Returns:
- const CRDFTriplet & triplet
std::string CBiologicalDescription::getURI |
( |
| ) |
const |
Retrieve the URI comprised of MIRIAM resource and id.
- Returns:
- std::string uri
void CBiologicalDescription::setId |
( |
const std::string & |
id | ) |
|
Set the identifier of the subject in the MIRIAM resource.
- Parameters:
-
void CBiologicalDescription::setPredicate |
( |
const std::string & |
predicate | ) |
|
Set the predicate, i.e., relationship between the subject and the MIRIAM resource.
- Parameters:
-
const | std::string & predicate |
void CBiologicalDescription::setResource |
( |
const std::string & |
resource | ) |
|
Set the MIRIAM resource (database) describing the subject.
- Parameters:
-
const | std::string & predicate |
The documentation for this class was generated from the following files: