rdf_api::RDFAPIRepresentation Interface Reference

rdf_api::RDFAPIRepresentation Interface Reference

The RDF representation for type="http://www.cellml.org/RDF/API". More...

Inheritance diagram for rdf_api::RDFAPIRepresentation:
Collaboration diagram for rdf_api::RDFAPIRepresentation:

Public Attributes

attribute DataSource source
 The RDF DataSource being represented.
- Public Attributes inherited from cellml_api::RDFRepresentation
readonly attribute wstring type
 Returns the URN for the type of representation this is.
- Public Attributes inherited from XPCOM::IObject
readonly attribute string objid
 Fetches the ID of the object.

Additional Inherited Members

- Public Member Functions inherited from XPCOM::IObject
void add_ref ()
 Called to indicate that some code is keeping an owning reference to the object.
oneway void release_ref ()
 Removes a reference to an object which was created by some other means (e.g.
IObject query_interface (in utf8string id)
 Returns an IObject of the same implementation, which supports a specific interface.

Detailed Description

The RDF representation for type="http://www.cellml.org/RDF/API".

Definition at line 415 of file RDF_APISPEC.idl.

Member Data Documentation

attribute DataSource rdf_api::RDFAPIRepresentation::source

The RDF DataSource being represented.

This is created afresh from the contents of the model every time you fetch it, and if you assign to it, then the RDF/XML in the model will be updated from it. However, changes made to the DataSource will not appear in the model until such an assignment is made.

Definition at line 424 of file RDF_APISPEC.idl.