XPSEDAPI
 All Classes Namespaces Files Functions Variables Typedefs
SRuS::TransformedModelSet Interface Reference

A set of models which have been transformed according to the instructions in a SED-ML description. More...

Inheritance diagram for SRuS::TransformedModelSet:
Collaboration diagram for SRuS::TransformedModelSet:

Public Member Functions

TransformedModel item (in unsigned long idx) raises (SRuSException)
 Retrieves a transformed model by the index.
TransformedModel getItemByID (in wstring matchId)
 Retrieves a TransformedModel by the identifier on the SED-ML model element corresponding to the transformed model.
- 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
 Returns the number of transformed models in the set.
- Public Attributes inherited from XPCOM::IObject
readonly attribute string objid
 Fetches the ID of the object.

Detailed Description

A set of models which have been transformed according to the instructions in a SED-ML description.

Definition at line 93 of file SRuS.idl.

Member Function Documentation

TransformedModel SRuS::TransformedModelSet::getItemByID ( in wstring  matchId)

Retrieves a TransformedModel by the identifier on the SED-ML model element corresponding to the transformed model.

TransformedModel SRuS::TransformedModelSet::item ( in unsigned long  idx) raises (SRuSException)

Retrieves a transformed model by the index.

Valid indices are from 0 up to length-1.

Member Data Documentation

readonly attribute unsigned long SRuS::TransformedModelSet::length

Returns the number of transformed models in the set.

Definition at line 99 of file SRuS.idl.