CellML API
cellml_services::ObjectAnnotation Interface Reference
cellml_services::ObjectAnnotation Interface Reference
An object annotation. More...
Inheritance diagram for cellml_services::ObjectAnnotation:

Collaboration diagram for cellml_services::ObjectAnnotation:

Public Attributes | |
| attribute XPCOM::IObject | value |
| The object associated with the annotation. | |
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
An object annotation.
Definition at line 31 of file AnnoTools.idl.
Member Data Documentation
| attribute XPCOM::IObject cellml_services::ObjectAnnotation::value |
The object associated with the annotation.
Can be null.
Definition at line 37 of file AnnoTools.idl.

Public Member Functions inherited from