XPSEDAPI
|
A set of models which have been transformed according to the instructions in a SED-ML description. More...
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. | |
![]() | |
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. | |
![]() | |
readonly attribute string | objid |
Fetches the ID of the object. |
A set of models which have been transformed according to the instructions in a SED-ML description.
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.