Class MathMLBridge

java.lang.Object
org.episteme.core.mathematics.loaders.mathml.MathMLBridge

public final class MathMLBridge extends Object
Bridge between MathML DOM and Episteme Symbolic Expressions.

This utility converts Content MathML structures into the Expression tree used for symbolic manipulation in Episteme.

Since:
1.2
Author:
Silvere Martin-Michiellot, Gemini AI (Google DeepMind)
  • Method Details

    • convert

      public static Expression<?> convert(MathMLDocument doc)
      Converts a MathML document into a symbolic expression.