Packages

o

edu.cmu.cs.ls.keymaerax.tools.ext

PegasusK2MConverter

object PegasusK2MConverter extends UncheckedBaseK2MConverter

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PegasusK2MConverter
  2. UncheckedBaseK2MConverter
  3. KeYmaeraToMathematica
  4. K2MConverter
  5. Function1
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

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. def andThen[A](g: (MExpr) ⇒ A): (KExpr) ⇒ A
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  5. def apply(e: KExpr): MExpr

    Convert expression e to Mathematica with rountrip contracts.

    Convert expression e to Mathematica with rountrip contracts.

    Definition Classes
    UncheckedBaseK2MConverterK2MConverter → Function1
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  8. def compose[A](g: (A) ⇒ KExpr): (A) ⇒ MExpr
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  9. def convert(e: KExpr): MExpr

    Converts KeYmaera expressions into Mathematica expressions.

    Converts KeYmaera expressions into Mathematica expressions.

    Definition Classes
    PegasusK2MConverterKeYmaeraToMathematicaK2MConverter
  10. def convertFormula(f: Formula): MExpr

    Converts KeYmaera formulas into Mathematica expressions.

    Converts KeYmaera formulas into Mathematica expressions.

    Attributes
    protected
    Definition Classes
    PegasusK2MConverterUncheckedBaseK2MConverterKeYmaeraToMathematica
  11. def convertQuantified(f: Quantified, op: QuantifiedMathOpSpec): MExpr

    Converts a quantified formula, converts nested quantifiers into block quantifier.

    Converts a quantified formula, converts nested quantifiers into block quantifier.

    Attributes
    protected
    Definition Classes
    KeYmaeraToMathematica
  12. def convertTerm(t: Term): MExpr

    Converts a KeYmaera term to a Mathematica expression.

    Converts a KeYmaera term to a Mathematica expression.

    Attributes
    protected[edu.cmu.cs.ls.keymaerax.tools]
    Definition Classes
    PegasusK2MConverterUncheckedBaseK2MConverterKeYmaeraToMathematica
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  15. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. def m2k: M2KConverter[KExpr]

    Backconversion for contracts.

    Backconversion for contracts.

    Definition Classes
    UncheckedBaseK2MConverterKeYmaeraToMathematicaK2MConverter
  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  23. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  24. def toString(): String
    Definition Classes
    Function1 → AnyRef → Any
  25. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  26. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from UncheckedBaseK2MConverter

Inherited from KeYmaeraToMathematica

Inherited from K2MConverter[KExpr]

Inherited from (KExpr) ⇒ MExpr

Inherited from AnyRef

Inherited from Any

Ungrouped