CellML API
cellml_services::DegreeVariable Interface Reference
A source variable annotated by a degree. More...


Public Attributes | |
| readonly attribute cellml_api::CellMLVariable | variable |
| The source variable. | |
| readonly attribute unsigned long | degree |
| The degree of the variable. | |
| readonly attribute boolean | appearedUndelayed |
| Whether or not the variable appeared in its undelayed form in the equation. | |
| readonly attribute boolean | appearedInfinitesimallyDelayed |
| Whether or not the variable appeared in its infinitesimally delayed form in the equation. | |
Public Attributes inherited from XPCOM::IObject | |
| readonly attribute string | objid |
| Fetches the ID of the object. | |
| readonly attribute interface_list | supported_interfaces |
| Fetches all supported interfaces. | |
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
A source variable annotated by a degree.
Definition at line 23 of file MaLaES.idl.
Member Data Documentation
| readonly attribute boolean cellml_services::DegreeVariable::appearedInfinitesimallyDelayed |
Whether or not the variable appeared in its infinitesimally delayed form in the equation.
This is true even if it also appears in the non-delayed form as well (and there is only one entry, per degree, per variable).
Definition at line 52 of file MaLaES.idl.
| readonly attribute boolean cellml_services::DegreeVariable::appearedUndelayed |
Whether or not the variable appeared in its undelayed form in the equation.
This is true even if it also appears in a delayed form as well (and there is only one entry, per degree, per variable).
Definition at line 45 of file MaLaES.idl.
| readonly attribute unsigned long cellml_services::DegreeVariable::degree |
The degree of the variable.
0 = Used outside a derivative. 1 = First order derivative. 2 = Second order derivative. ...
Definition at line 38 of file MaLaES.idl.
| readonly attribute cellml_api::CellMLVariable cellml_services::DegreeVariable::variable |
The source variable.
Definition at line 29 of file MaLaES.idl.

Public Attributes inherited from