CellML API
cellml_services::ComputationTarget Interface Reference
cellml_services::ComputationTarget Interface Reference
Inheritance diagram for cellml_services::ComputationTarget:

Collaboration diagram for cellml_services::ComputationTarget:

Public Attributes | |
| readonly attribute cellml_api::CellMLVariable | variable |
| The variable associated with this computable. | |
| readonly attribute unsigned long | degree |
| The degree associated with the variable. | |
| readonly attribute VariableEvaluationType | type |
| The type of variable. | |
| readonly attribute wstring | name |
| The expression for the variable in the procedural language. | |
| readonly attribute unsigned long | assignedIndex |
| Fetches the index assigned to this variable. | |
Public Attributes inherited from XPCOM::IObject | |
| readonly attribute string | objid |
| Fetches the ID of the object. | |
Additional Inherited Members | |
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. | |
Detailed Description
Member Data Documentation
| readonly attribute unsigned long cellml_services::ComputationTarget::assignedIndex |
| readonly attribute unsigned long cellml_services::ComputationTarget::degree |
| readonly attribute wstring cellml_services::ComputationTarget::name |
The expression for the variable in the procedural language.
This is taken from the expression or expression_d<derivative> annotations associated with the variable, which will usually have been expanded based on the patterns provided to the CodeGenerator.
| readonly attribute VariableEvaluationType cellml_services::ComputationTarget::type |
| readonly attribute cellml_api::CellMLVariable cellml_services::ComputationTarget::variable |

Public Attributes inherited from