CellML API
cellml_api::MapVariablesSet Interface Reference
cellml_api::MapVariablesSet Interface Reference
An interface for accessing a set of MapVariables elements. More...
Inheritance diagram for cellml_api::MapVariablesSet:

Collaboration diagram for cellml_api::MapVariablesSet:

Public Member Functions | |
MapVariablesIterator | iterateMapVariables () |
Returns a MapVariablesIterator that can be used to iterate through the MapVariables elements. | |
![]() | |
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. | |
![]() | |
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 | |
![]() | |
readonly attribute unsigned long | length |
The length of the collection. |
Detailed Description
An interface for accessing a set of MapVariables elements.
Definition at line 1865 of file CellML_APISPEC.idl.
Member Function Documentation
MapVariablesIterator cellml_api::MapVariablesSet::iterateMapVariables | ( | ) |
Returns a MapVariablesIterator that can be used to iterate through the MapVariables elements.
The iteration order is undefined.