CellML API
cellml_api::ImportComponentSet Interface Reference
cellml_api::ImportComponentSet Interface Reference
An interface for accessing a set of ImportComponents. More...
Inheritance diagram for cellml_api::ImportComponentSet:

Collaboration diagram for cellml_api::ImportComponentSet:

Public Member Functions | |
| ImportComponentIterator | iterateImportComponents () |
| Returns an ImportComponentIterator that can be used to iterate through the ImportComponents. | |
| ImportComponent | getImportComponent (in CellMLAttributeString name) |
| Fetch an ImportComponent by name. | |
Public Member Functions inherited from cellml_api::CellMLComponentSet | |
| CellMLComponentIterator | iterateComponents () |
| Returns a CellMLComponentIterator that can be used to iterate through the CellMLComponent elements. | |
| CellMLComponent | getComponent (in CellMLAttributeString name) |
| Fetch a component by name. | |
Public Member Functions inherited from cellml_api::NamedCellMLElementSet | |
| NamedCellMLElement | get (in CellMLAttributeString name) |
| Fetch a NamedCellMLElement by name. | |
Public Member Functions inherited from cellml_api::CellMLElementSet | |
| boolean | contains (in CellMLElement x) |
| Tests for the existance of an element in the set. | |
| CellMLElementIterator | iterate () |
| Returns a CellMLElementIterator that can be used to iterate through the elements. | |
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. | |
Additional Inherited Members | |
Public Attributes inherited from cellml_api::CellMLElementSet | |
| readonly attribute unsigned long | length |
| The length of the collection. | |
Detailed Description
An interface for accessing a set of ImportComponents.
Definition at line 1530 of file CellML_APISPEC.idl.
Member Function Documentation
| ImportComponent cellml_api::ImportComponentSet::getImportComponent | ( | in CellMLAttributeString | name | ) |
Fetch an ImportComponent by name.
- Parameters
-
name The name of the component, as given by the importing model.
- Returns
- The element, or nil if not found.
| ImportComponentIterator cellml_api::ImportComponentSet::iterateImportComponents | ( | ) |
Returns an ImportComponentIterator that can be used to iterate through the ImportComponents.
The iteration order is undefined.

Public Member Functions inherited from