cellml_services::CodeExporter Interface Reference

cellml_services::CodeExporter Interface Reference

Interface for exporting model to a programming language. More...

Inheritance diagram for cellml_services::CodeExporter:
Collaboration diagram for cellml_services::CodeExporter:

Public Member Functions

wstring generateCode (in cellml_api::Model 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

attribute double rangeStart
 Attributes that can be set to modify solver parameters.
attribute double rangeEnd
attribute double absTol
attribute double relTol
attribute double maxStep
- Public Attributes inherited from XPCOM::IObject
readonly attribute string objid
 Fetches the ID of the object.

Detailed Description

Interface for exporting model to a programming language.

Definition at line 16 of file CeLEDSExporter.idl.

Member Function Documentation

wstring cellml_services::CodeExporter::generateCode ( in cellml_api::Model  model)

Member Data Documentation

attribute double cellml_services::CodeExporter::absTol

Definition at line 24 of file CeLEDSExporter.idl.

attribute double cellml_services::CodeExporter::maxStep

Definition at line 26 of file CeLEDSExporter.idl.

attribute double cellml_services::CodeExporter::rangeEnd

Definition at line 23 of file CeLEDSExporter.idl.

attribute double cellml_services::CodeExporter::rangeStart

Attributes that can be set to modify solver parameters.

Definition at line 22 of file CeLEDSExporter.idl.

attribute double cellml_services::CodeExporter::relTol

Definition at line 25 of file CeLEDSExporter.idl.