Interface MathMLLambdaElement

All Superinterfaces:
Element, MathMLContainer, MathMLContentContainer, MathMLContentElement, MathMLElement, Node

public interface MathMLLambdaElement extends MathMLContentContainer
The lambda element is used to construct a user-defined function from an expression and one or more free variables.
  • Method Details

    • getExpression

      MathMLElement getExpression()
      The MathMLElement representing the expression. This is included only as a convenience; getting it should give the same result as MathMLContentContainer::getArgument(1).
      Returns:
      value of the expression attribute.
    • setExpression

      void setExpression(MathMLElement expression)
      setter for the expression attribute.
      Parameters:
      expression - new value for expression.
      See Also: