Packages

c

edu.cmu.cs.ls.keymaerax.tools.qe

BaseMathematicaCommandRunner

abstract class BaseMathematicaCommandRunner extends MathematicaCommandRunner

Base class for running Mathematica commands synchronously.

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BaseMathematicaCommandRunner
  2. MathematicaCommandRunner
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new BaseMathematicaCommandRunner()

Abstract Value Members

  1. abstract def cancel(): Boolean

    Cancels the current request.

    Cancels the current request.

    returns

    True if command is successfully cancelled, or False if the new status is unknown.

    Definition Classes
    MathematicaCommandRunner
  2. abstract def doRun[T](cmd: MExpr, m2k: M2KConverter[T]): (String, T)

    Attributes
    protected
    See also

    run

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val MEMORY_LIMIT_OFF: Long

    Default memory limit: no limit.

  5. val TIMEOUT_OFF: Int

    Default timeout for Mathematica requests: no timeout.

  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  10. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  12. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  13. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  14. def memoryConstrained(cmd: MExpr): MExpr
    Attributes
    protected
  15. var memoryLimit: Long

    Memory limit for Mathematica requests in MB, set to MEMORY_LIMIT_OFF to disable.

  16. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  18. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  19. final def run[T](cmd: MExpr, m2k: M2KConverter[T]): (String, T)

    Runs Mathematica command cmd, converts the result into KeYmaera X with the converter m2k.

    Runs Mathematica command cmd, converts the result into KeYmaera X with the converter m2k.

    T

    The KeYmaera X expression type.

    cmd

    The Mathematica command.

    m2k

    The converter from Mathematica back to KeYmaera X.

    returns

    The result string and the converted result.

    Definition Classes
    BaseMathematicaCommandRunnerMathematicaCommandRunner
  20. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  21. def timeConstrained(cmd: MExpr): MExpr
    Attributes
    protected
  22. var timeout: Int

    Timeout for Mathematica requests in seconds, set to TIMEOUT_OFF to disable.

  23. def toString(): String
    Definition Classes
    AnyRef → Any
  24. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  25. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  26. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from MathematicaCommandRunner

Inherited from AnyRef

Inherited from Any

Ungrouped