COPASI API
4.40.278
|
#include <CReference.h>
Public Member Functions | |
virtual bool | applyData (const CData &data, CUndoData::CChangeSet &changes) |
void | clearInvalidEntries () |
virtual void | createUndoData (CUndoData &undoData, const CUndoData::Type &type, const CData &oldData=CData(), const CCore::Framework &framework=CCore::Framework::ParticleNumbers) const |
CReference (const CRDFTriplet &triplet, const std::string &objectName="", const CDataContainer *pParent=NO_PARENT) | |
CReference (const CReference &src, const CDataContainer *pParent) | |
CReference (const std::string &objectName, const CDataContainer *pParent=NO_PARENT) | |
virtual void | destruct () |
const std::string & | getDescription () const |
const std::string & | getId () const |
virtual const std::string & | getKey () const |
const CMIRIAMResourceObject & | getMIRIAMResourceObject () const |
std::string | getResource () const |
const CRDFTriplet & | getTriplet () const |
std::string | getURI () const |
void | setDescription (const std::string &description) |
void | setId (const std::string &id) |
void | setResource (const std::string &resource) |
virtual CData | toData () const |
~CReference () | |
Public Member Functions inherited from CDataContainer | |
virtual bool | add (CDataObject *pObject, const bool &adopt=true) |
virtual bool | appendDeletedDependentData (CUndoData &undoData) const |
CDataContainer (const CDataContainer &src, const CDataContainer *pParent) | |
CDataContainer (const std::string &name, const CDataContainer *pParent=NO_PARENT, const std::string &type="CN", const CFlags< Flag > &flag=CFlags< Flag >::None) | |
virtual std::string | getChildObjectUnits (const CDataObject *pObject) const |
void | getDescendants (CDataObject::DataObjectSet &descendants, const bool &recursive=false) const |
virtual size_t | getIndex (const CDataObject *pObject) const |
virtual const CObjectInterface * | getObject (const CCommonName &cn) const override |
virtual objectMap & | getObjects () |
virtual const objectMap & | getObjects () const |
virtual const std::string | getUnits () const override |
virtual const CDataObject * | getValueObject () const override |
virtual CUndoObjectInterface * | insert (const CData &data) override |
void | objectRenamed (CDataObject *pObject, const std::string &oldName) |
virtual bool | remove (CDataObject *pObject) |
virtual | ~CDataContainer () |
Public Member Functions inherited from CDataObject | |
void | addIssue (const CIssue &issue) |
void | addReference (const CDataContainer *pReference) |
virtual void | calculateValue () override |
CDataObject (const CDataObject &src, const CDataContainer *pParent=NULL) | |
virtual CCommonName | getCN () const override |
virtual const CDataObject * | getDataObject () const override |
CDataContainer * | getObjectAncestor (const std::string &type) const |
CDataModel * | getObjectDataModel () const |
virtual std::string | getObjectDisplayName () const override |
const CObjectInterface * | getObjectFromCN (const CCommonName &cn) const |
const std::string & | getObjectName () const |
CDataContainer * | getObjectParent () const |
const std::string & | getObjectType () const |
virtual const CObjectInterface::ObjectSet & | getPrerequisites () const override |
virtual const CValidity & | getValidity () const override |
virtual void * | getValuePointer () const override |
bool | hasFlag (const Flag &flag) const |
virtual bool | isPrerequisiteForContext (const CObjectInterface *pObject, const CCore::SimulationContextFlag &context, const CObjectInterface::ObjectSet &changedObjects) const override |
bool | prerequisitsContains (const DataObjectSet &objects) const |
virtual void | print (std::ostream *ostream) const override |
void | removeIssue (const CIssue &issue) |
void | removeReference (const CDataContainer *pReference) |
bool | setObjectName (const std::string &name) |
virtual bool | setObjectParent (const CDataContainer *pParent) |
void | validityChanged (const CValidity &changedValidity) override |
void | validityRemoved (const CValidity &changedValidity) |
virtual | ~CDataObject () |
Public Member Functions inherited from CObjectInterface | |
CObjectInterface () | |
CObjectInterface (const CObjectInterface &src) | |
virtual | ~CObjectInterface () |
Public Member Functions inherited from CUndoObjectInterface | |
CUndoObjectInterface () | |
CUndoObjectInterface (const CUndoObjectInterface &src) | |
bool | generateUuid () |
const xg::Guid & | getUuid () const |
bool | setUuid (const std::string &uuid) |
bool | setUuid (const xg::Guid &uuid) |
virtual void | updateIndex (const size_t &index, const CUndoObjectInterface *pUndoObject) |
virtual | ~CUndoObjectInterface () |
Static Public Member Functions | |
static CReference * | fromData (const CData &data, CUndoObjectInterface *pParent) |
Static Public Member Functions inherited from CDataContainer | |
static CDataContainer * | fromData (const CData &data, CUndoObjectInterface *pParent) |
Static Public Member Functions inherited from CDataObject | |
static CDataObject * | fromData (const CData &data, CUndoObjectInterface *pParent) |
static void | sanitizeObjectName (std::string &name) |
Static Public Member Functions inherited from CObjectInterface | |
static const CDataObject * | DataObject (const CObjectInterface *pInterface) |
static CObjectInterface * | GetObjectFromCN (const ContainerList &listOfContainer, const CCommonName &objName) |
Static Public Member Functions inherited from CUndoObjectInterface | |
template<class CType > | |
static CType * | fromData (const CData &, CUndoObjectInterface *) |
Private Attributes | |
CRDFTriplet | mIdTriplet |
std::string | mKey |
CRDFPredicate::Path | mNodePath |
CMIRIAMResourceObject | mResource |
CRDFTriplet | mTriplet |
Additional Inherited Members | |
Public Types inherited from CDataContainer | |
typedef CDataObjectMap | objectMap |
Public Types inherited from CDataObject | |
typedef std::set< const CDataObject * > | DataObjectSet |
enum | Flag { Container , Vector , Matrix , NameVector , Reference , ValueBool , ValueInt , ValueInt64 , ValueDbl , NonUniqueName , StaticString , ValueString , Separator , DisplayName , ModelEntity , Array , DataModel , Root , Gui , __SIZE } |
Public Types inherited from CObjectInterface | |
typedef std::vector< const CDataContainer * > | ContainerList |
typedef std::set< const CObjectInterface * > | ObjectSet |
Static Public Attributes inherited from CDataContainer | |
static const CObjectInterface::ContainerList | EmptyList |
Protected Member Functions inherited from CDataContainer | |
template<class CType > | |
CDataMatrixReference< CType > * | addMatrixReference (const std::string &name, CType &reference, const CFlags< Flag > &flag=CFlags< Flag >::None) |
template<class CType > | |
CDataObjectReference< CType > * | addObjectReference (const std::string &name, CType &reference, const CFlags< Flag > &flag=CFlags< Flag >::None) |
template<class CType > | |
CDataVectorReference< CType > * | addVectorReference (const std::string &name, CType &reference, const CFlags< Flag > &flag=CFlags< Flag >::None) |
CDataContainer (const CDataContainer &src) | |
void | initObjects () |
Protected Member Functions inherited from CDataObject | |
CDataObject () | |
CDataObject (const std::string &name, const CDataContainer *pParent=static_cast< CDataContainer * >((void *) 0), const std::string &type="CN", const CFlags< Flag > &flag=CFlags< Flag >::None) | |
Protected Attributes inherited from CDataContainer | |
objectMap | mObjects |
Protected Attributes inherited from CDataObject | |
ObjectSet | mPrerequisits |
std::set< CDataContainer * > | mReferences |
Protected Attributes inherited from CObjectInterface | |
CValidity | mValidity |
CReferences: Stores publication details such as PubMed Id and DOI.
CReference::CReference | ( | const std::string & | objectName, |
const CDataContainer * | pParent = NO_PARENT |
||
) |
Default constructor
const | std::string & objectName |
const | CDataContainer * pParent (default: NULL) |
CReference::CReference | ( | const CRDFTriplet & | triplet, |
const std::string & | objectName = "" , |
||
const CDataContainer * | pParent = NO_PARENT |
||
) |
Specific constructor
const | CRDFTriplet & triplet |
const | std::string & objectName (default: "") |
const | CDataContainer * pParent (default: NULL) |
References CRDFPredicate::bqbiol_isDescribedBy, CRDFPredicate::bqmodel_isDescribedBy, CRDFPredicate::copasi_isDescribedBy, CRDFPredicate::end, CRDFNode::getDescendantsWithPredicate(), CRDFNode::getPath(), mIdTriplet, mNodePath, mResource, mTriplet, CRDFTriplet::pObject, and CMIRIAMResourceObject::setNode().
CReference::CReference | ( | const CReference & | src, |
const CDataContainer * | pParent | ||
) |
Copy constructor
const CReference & | src |
const | CDataContainer * pParent (default: NULL) |
CReference::~CReference | ( | ) |
Destructor
References CRootContainer::getKeyFactory(), mKey, and CKeyFactory::remove().
|
virtual |
Apply the provided data to the object
const | CData & data |
Reimplemented from CDataContainer.
References CDataContainer::applyData(), CDataObject::getObjectAncestor(), CData::getProperty(), CData::isSetProperty(), CData::MIRIAM_DESCRIPTION, CData::MIRIAM_ID, CData::MIRIAM_RESOURCE, CMIRIAMInfo::save(), setDescription(), setId(), setResource(), and CDataValue::toString().
void CReference::clearInvalidEntries | ( | ) |
Remove invalid combinations of resource and id
References CRDFPredicate::copasi_isDescribedBy, CMIRIAMResourceObject::isValid(), mIdTriplet, mNodePath, mResource, mTriplet, CRDFTriplet::pObject, CRDFNode::setFieldValue(), and CMIRIAMResourceObject::setURI().
|
virtual |
Create the undo data which represents the changes recording the differences between the provided oldData and the current data.
CUndoData | & undoData |
const | CUndoData::Type & type |
const | CData & oldData (default: empty data) |
const | CCore::Framework & framework (default: CCore::Framework::ParticleNumbers) |
Reimplemented from CDataContainer.
References CUndoData::addProperty(), CUndoData::CHANGE, CDataContainer::createUndoData(), CUndoData::empty(), getDescription(), getId(), CData::getProperty(), getResource(), CData::MIRIAM_DESCRIPTION, CData::MIRIAM_ID, CData::MIRIAM_RESOURCE, CData::OBJECT_HASH, CData::OBJECT_INDEX, CUndoData::removeProperty(), and toData().
|
virtual |
Destruct the object
Reimplemented from CDataObject.
References CDataObject::destruct(), CDataObject::getObjectAncestor(), CMIRIAMInfo::removeReference(), and CMIRIAMInfo::save().
|
static |
Static method to create a CDataObject based on the provided data
const | CData & data |
References CMIRIAMInfo::createReference(), CDataObject::getObjectAncestor(), CData::getProperty(), CData::OBJECT_NAME, CDataContainer::remove(), and CDataValue::toString().
const std::string & CReference::getDescription | ( | ) | const |
Retrieve the description for the reference.
References CRDFPredicate::dcterms_description, CRDFNode::getFieldValue(), mTriplet, and CRDFTriplet::pObject.
Referenced by createUndoData(), and toData().
const std::string & CReference::getId | ( | ) | const |
Retrieve the id of the reference in the MIRIAM resource.
References CMIRIAMResourceObject::getId(), and mResource.
Referenced by createUndoData(), and toData().
|
virtual |
Retrieve the key for the object
Reimplemented from CDataObject.
References mKey.
const CMIRIAMResourceObject & CReference::getMIRIAMResourceObject | ( | ) | const |
Retrieve the MIRIAM resource object for this reference
References mResource.
Referenced by CSBMLExporter::updateMIRIAMAnnotation().
std::string CReference::getResource | ( | ) | const |
Retrieve the MIRIAM resource for the reference.
References CMIRIAMResourceObject::getDisplayName(), and mResource.
Referenced by createUndoData(), and toData().
const CRDFTriplet & CReference::getTriplet | ( | ) | const |
Retrieve the RDF triplet holding the information for this reference.
References mTriplet.
Referenced by CMIRIAMInfo::removeReference(), and CSBMLExporter::updateMIRIAMAnnotation().
std::string CReference::getURI | ( | ) | const |
Retrieve the URI (comprised of resource an id) specifying this reference.
References CMIRIAMResourceObject::getURI(), and mResource.
void CReference::setDescription | ( | const std::string & | description | ) |
Set the description for the reference.
std::string | description |
References CRDFPredicate::dcterms_description, mNodePath, mTriplet, CRDFTriplet::pObject, and CRDFNode::setFieldValue().
Referenced by applyData().
void CReference::setId | ( | const std::string & | id | ) |
Set the id of the reference in the MIRIAM resource.
const | std::string & id |
References CRDFPredicate::copasi_isDescribedBy, CRDFNode::getDescendantsWithPredicate(), CRDFNode::getObject(), CMIRIAMResourceObject::getURI(), mIdTriplet, mNodePath, mResource, mTriplet, CRDFTriplet::pObject, CRDFNode::setFieldValue(), CMIRIAMResourceObject::setId(), CMIRIAMResourceObject::setNode(), and CRDFObject::setResource().
Referenced by applyData().
void CReference::setResource | ( | const std::string & | resource | ) |
Set the MIRIAM resource for the reference
const | std::string & resource |
References CRDFPredicate::copasi_isDescribedBy, CRDFNode::getDescendantsWithPredicate(), CRDFNode::getObject(), CMIRIAMResourceObject::getURI(), mIdTriplet, mNodePath, mResource, mTriplet, CRDFTriplet::pObject, CMIRIAMResourceObject::setDisplayName(), CRDFNode::setFieldValue(), CMIRIAMResourceObject::setNode(), and CRDFObject::setResource().
Referenced by applyData().
|
virtual |
Retrieve the data describing the object
Reimplemented from CDataContainer.
References CData::addProperty(), getDescription(), getId(), getResource(), CData::hash(), CData::MIRIAM_DESCRIPTION, CData::MIRIAM_ID, CData::MIRIAM_RESOURCE, CData::OBJECT_HASH, CData::OBJECT_INDEX, CData::removeProperty(), and CDataContainer::toData().
Referenced by createUndoData().
|
private |
Triplet in the RDF graph representing the reference.
Referenced by clearInvalidEntries(), CReference(), setId(), and setResource().
|
private |
The key of the object needed for the COPASI tables.
Referenced by getKey(), and ~CReference().
|
private |
The predicate path to the node.
Referenced by clearInvalidEntries(), CReference(), setDescription(), setId(), and setResource().
|
private |
MIRIAM resource for holding database and Id.
Referenced by clearInvalidEntries(), CReference(), getId(), getMIRIAMResourceObject(), getResource(), getURI(), setId(), and setResource().
|
private |
Triplet in the RDF graph representing the reference.
Referenced by clearInvalidEntries(), CReference(), getDescription(), getTriplet(), setDescription(), setId(), and setResource().