CellML API
cellml_context::CellMLContext Interface Reference
cellml_context::CellMLContext Interface Reference
This is intended as the top-level object through which everything else can be accessed. More...
Inheritance diagram for cellml_context::CellMLContext:

Collaboration diagram for cellml_context::CellMLContext:

Public Attributes | |
readonly attribute CellMLModuleManager | moduleManager |
The module manager for this CellML context... | |
readonly attribute CellMLTypeAnnotationManager | typeAnnotationManager |
The type annotation manager for this CellML context... | |
readonly attribute cellml_api::CellMLBootstrap | cellmlBootstrap |
The model loader... | |
readonly attribute ModelList | loadedModels |
The list of all loaded models and their derivatives. | |
![]() | |
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 is intended as the top-level object through which everything else can be accessed.
Definition at line 467 of file CellML_Context.idl.
Member Data Documentation
readonly attribute cellml_api::CellMLBootstrap cellml_context::CellMLContext::cellmlBootstrap |
The model loader...
Definition at line 482 of file CellML_Context.idl.
readonly attribute ModelList cellml_context::CellMLContext::loadedModels |
The list of all loaded models and their derivatives.
Definition at line 487 of file CellML_Context.idl.
readonly attribute CellMLModuleManager cellml_context::CellMLContext::moduleManager |
The module manager for this CellML context...
Definition at line 472 of file CellML_Context.idl.
readonly attribute CellMLTypeAnnotationManager cellml_context::CellMLContext::typeAnnotationManager |
The type annotation manager for this CellML context...
Definition at line 477 of file CellML_Context.idl.