interfaces/AnnoTools.idl File Reference

AnnoTools.idl File Reference

AnnoTools provide supplementary annotation services to users of the CellML API, built on top of the user data facilities in the core API. More...

Include dependency graph for AnnoTools.idl:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

interface  cellml_services::StringAnnotation
 A string annotation. More...
interface  cellml_services::ObjectAnnotation
 An object annotation. More...
interface  cellml_services::AnnotationSet
 A set of finite-lifetime annotations. More...
interface  cellml_services::AnnotationToolService
 A service which allows other types of annotation utility objects to be created. More...

Namespaces

namespace  cellml_services
 A module for various CellML Services.

Macros

#define USERDATA_NEEDED

Detailed Description

AnnoTools provide supplementary annotation services to users of the CellML API, built on top of the user data facilities in the core API.

These convenience services make it easier to write local annotations of various kinds on different objects.

Definition in file AnnoTools.idl.

Macro Definition Documentation

#define USERDATA_NEEDED

Definition at line 10 of file AnnoTools.idl.

Back to Top