cellml_context Namespace Reference

cellml_context Namespace Reference

A module for various CellML Services. More...

Classes

interface  CellMLModule
 This interface represents a CellML module. More...
interface  CellMLModuleIterator
interface  ModelNodeIterator
interface  CellMLModuleMonitor
 A monitors which is notified when tools are loaded or unloaded. More...
interface  CellMLModuleManager
 This interface is for a 'module manager': a way of managing the modules currently loaded. More...
interface  CellMLTypeAnnotationManager
 This provides per-interface annotations(as opposed to the per-object annotations available through cellml_api::CellMLElement). More...
interface  ModelNodeMonitor
 A monitor for changes to model nodes. More...
interface  ModelListMonitor
 A monitor for changes to model lists. More...
interface  ModelNode
 This represents a node in the tree containing all models available to the user interface. More...
interface  ModelList
interface  CellMLContext
 This is intended as the top-level object through which everything else can be accessed. More...

Detailed Description

A module for various CellML Services.

Back to Top