CellML API
SRuS::GeneratedDataSet Interface Reference
SRuS::GeneratedDataSet Interface Reference
Describes a set of outputs, generated by a set of DataGenerators. More...
Inheritance diagram for SRuS::GeneratedDataSet:

Collaboration diagram for SRuS::GeneratedDataSet:

Public Member Functions | |
GeneratedData | item (in unsigned long idx) |
Retrieves a specific GeneratedData object, corresponding to a specific SED-ML DataGenerator. | |
![]() | |
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. |
Public Attributes | |
readonly attribute unsigned long | length |
The number of GeneratedData objects in this set. | |
![]() | |
readonly attribute string | objid |
Fetches the ID of the object. |
Detailed Description
Describes a set of outputs, generated by a set of DataGenerators.
Note that when this interface is obtained from calls to GeneratedDataMonitor, the data is not necessarily provided all at once, but instead, may be provided a few points at a time as results come in.
Member Function Documentation
GeneratedData SRuS::GeneratedDataSet::item | ( | in unsigned long | idx | ) |
Retrieves a specific GeneratedData object, corresponding to a specific SED-ML DataGenerator.
Member Data Documentation
readonly attribute unsigned long SRuS::GeneratedDataSet::length |
The number of GeneratedData objects in this set.