Class OpenMathBridge

java.lang.Object
org.episteme.core.mathematics.loaders.openmath.OpenMathBridge

public final class OpenMathBridge extends Object
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 Details

    • convert

      public static Expression<?> convert(Object omObj)
      Converts an OpenMath object to an Expression.