Class OpenMathApplication

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

public class OpenMathApplication extends Object
Represents an OpenMath application (OMA) - function applied to arguments.
Since:
1.0
Author:
Silvere Martin-Michiellot, Gemini AI (Google DeepMind)
  • Constructor Details

    • OpenMathApplication

      public OpenMathApplication(Object operator, List<Object> arguments)
  • Method Details