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. | |
![]() | |
readonly attribute string | objid |
Fetches the ID of the object. |
Additional Inherited Members | |
![]() | |
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 19 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 48 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 41 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 34 of file MaLaES.idl.
readonly attribute cellml_api::CellMLVariable cellml_services::DegreeVariable::variable |
The source variable.
Definition at line 25 of file MaLaES.idl.