Interface MathMLConditionElement

All Superinterfaces:
Element, MathMLContentElement, MathMLElement, Node

public interface MathMLConditionElement extends MathMLContentElement
The condition element is used to place a condition on one or more free variables or identifiers.
  • Method Details

    • getCondition

      MathMLApplyElement getCondition()
      A MathMLApplyElement that represents the condition.
      Returns:
      value of the condition attribute.
    • setCondition

      void setCondition(MathMLApplyElement condition)
      setter for the condition attribute.
      Parameters:
      condition - new value for condition.
      See Also: