Class OpenMathBridge
java.lang.Object
org.episteme.core.mathematics.loaders.openmath.OpenMathBridge
Bridge between OpenMath structures and Episteme Symbolic Expressions.
Converts OpenMath objects (OMS, OMV, OMI, OMF, OMA) into the general
Expression tree for algebraic computing.
- Since:
- 1.2
- Author:
- Silvere Martin-Michiellot, Gemini AI (Google DeepMind)
-
Method Summary
Modifier and TypeMethodDescriptionstatic Expression<?> Converts an OpenMath object to an Expression.
-
Method Details
-
convert
Converts an OpenMath object to an Expression.
-