|
XPSEDAPI
|
Describes a set of outputs, generated by a set of DataGenerators. More...


Public Member Functions | |
| GeneratedData | item (in unsigned long idx) |
| Retrieves a specific GeneratedData object, corresponding to a specific SED-ML DataGenerator. | |
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. | |
Public Attributes | |
| readonly attribute unsigned long | length |
| The number of GeneratedData objects in this set. | |
Public Attributes inherited from XPCOM::IObject | |
| readonly attribute string | objid |
| Fetches the ID of the object. | |
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.
| GeneratedData SRuS::GeneratedDataSet::item | ( | in unsigned long | idx | ) |
Retrieves a specific GeneratedData object, corresponding to a specific SED-ML DataGenerator.
| readonly attribute unsigned long SRuS::GeneratedDataSet::length |
The number of GeneratedData objects in this set.