CellML API
mathml_dom::MathMLApplyElement Interface Reference
mathml_dom::MathMLApplyElement Interface Reference
Inheritance diagram for mathml_dom::MathMLApplyElement:

Collaboration diagram for mathml_dom::MathMLApplyElement:

Public Attributes | |
attribute MathMLElement | operator |
attribute MathMLElement | lowLimit |
attribute MathMLElement | upLimit |
![]() | |
readonly attribute unsigned long | nBoundVariables |
attribute MathMLConditionElement | condition |
attribute MathMLElement | opDegree |
attribute MathMLElement | domainOfApplication |
attribute MathMLElement | momentAbout |
![]() | |
readonly attribute unsigned long | nArguments |
readonly attribute MathMLNodeList | arguments |
readonly attribute MathMLNodeList | declarations |
![]() | |
readonly attribute string | objid |
Fetches the ID of the object. |
Additional Inherited Members | |
![]() | |
MathMLBvarElement | getBoundVariable (in unsigned long index) |
MathMLBvarElement | insertBoundVariable (in MathMLBvarElement newBVar, in unsigned long index) raises (dom::DOMException) |
MathMLBvarElement | setBoundVariable (in MathMLBvarElement newBVar, in unsigned long index) raises (dom::DOMException) |
void | deleteBoundVariable (in unsigned long index) |
MathMLBvarElement | removeBoundVariable (in unsigned long index) |
Detailed Description
Definition at line 156 of file MathML_content_APISPEC.idl.
Member Data Documentation
attribute MathMLElement mathml_dom::MathMLApplyElement::lowLimit |
Definition at line 159 of file MathML_content_APISPEC.idl.
attribute MathMLElement mathml_dom::MathMLApplyElement::operator |
Definition at line 158 of file MathML_content_APISPEC.idl.
attribute MathMLElement mathml_dom::MathMLApplyElement::upLimit |
Definition at line 161 of file MathML_content_APISPEC.idl.