CellML API
cellml_api::RDFRepresentation Interface Reference
cellml_api::RDFRepresentation Interface Reference
This interface is the generic base class for all RDF representations. More...
Inheritance diagram for cellml_api::RDFRepresentation:

Collaboration diagram for cellml_api::RDFRepresentation:

Public Attributes | |
readonly attribute wstring | type |
Returns the URN for the type of representation this is. | |
![]() | |
readonly attribute string | objid |
Fetches the ID of the object. |
Additional Inherited Members | |
![]() | |
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
This interface is the generic base class for all RDF representations.
Definition at line 69 of file CellML_APISPEC.idl.
Member Data Documentation
readonly attribute wstring cellml_api::RDFRepresentation::type |
Returns the URN for the type of representation this is.
An application may use the type to determine what specific instance of RDFRepresentation it may cast the object to.
Definition at line 76 of file CellML_APISPEC.idl.