Class MathMLBridge
java.lang.Object
org.episteme.core.mathematics.loaders.mathml.MathMLBridge
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 Summary
Modifier and TypeMethodDescriptionstatic Expression<?> convert(MathMLDocument doc) Converts a MathML document into a symbolic expression.
-
Method Details
-
convert
Converts a MathML document into a symbolic expression.
-