cellml_api::RoleSet Interface Reference

cellml_api::RoleSet Interface Reference

An interface for accessing a set of Role elements. More...

Inheritance diagram for cellml_api::RoleSet:
Collaboration diagram for cellml_api::RoleSet:

Public Member Functions

RoleIterator iterateRoles ()
 Returns a RoleIterator that can be used to iterate through the Role elements.
- 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 Role elements.

Definition at line 1950 of file CellML_APISPEC.idl.

Member Function Documentation

RoleIterator cellml_api::RoleSet::iterateRoles ( )

Returns a RoleIterator that can be used to iterate through the Role elements.

The iteration order is undefined.