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.
- 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.

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.

Definition at line 177 of file SRuS.idl.

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.

Definition at line 183 of file SRuS.idl.