Packages

o

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

PegasusM2KConverter

object PegasusM2KConverter extends UncheckedBaseM2KConverter with Logging

Linear Supertypes
Logging, LazyLogging, LoggerHolder, UncheckedBaseM2KConverter, MathematicaToKeYmaera, M2KConverter[KExpr], (MExpr) ⇒ KExpr, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PegasusM2KConverter
  2. Logging
  3. LazyLogging
  4. LoggerHolder
  5. UncheckedBaseM2KConverter
  6. MathematicaToKeYmaera
  7. M2KConverter
  8. Function1
  9. AnyRef
  10. 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: (KExpr) ⇒ A): (MExpr) ⇒ A
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  5. def apply(e: MExpr): KExpr

    Convert mathematica expression e to T with rountrip contracts.

    Convert mathematica expression e to T with rountrip contracts.

    Definition Classes
    PegasusM2KConverterUncheckedBaseM2KConverterM2KConverter → 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) ⇒ MExpr): (A) ⇒ KExpr
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  9. def convert(e: MExpr): KExpr

    Extends default converter with rule and rule list handling

    Extends default converter with rule and rule list handling

    Definition Classes
    PegasusM2KConverterUncheckedBaseM2KConverterMathematicaToKeYmaeraM2KConverter
  10. def convertAtomicTerm(e: MExpr): KExpr

    Converts an atomic term (either interpreted/uninterpreted function symbol or variable).

    Converts an atomic term (either interpreted/uninterpreted function symbol or variable).

    Attributes
    protected
    Definition Classes
    MathematicaToKeYmaera
  11. def convertFunction(fn: Function, args: Array[MExpr]): KExpr

    Convert the arguments of a function and combine with fn into a FuncOf

    Convert the arguments of a function and combine with fn into a FuncOf

    Attributes
    protected
    Definition Classes
    MathematicaToKeYmaera
  12. def convertList(e: MExpr): Pair

    Converts (nested) lists of length 2 into pairs.

    Converts (nested) lists of length 2 into pairs.

    Attributes
    protected
    Definition Classes
    MathematicaToKeYmaera
  13. def decodeTermList(listTrm: Expression): List[Term]

    Decodes the term generated by convertFormulaTermList back into a list of terms.

  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  16. def extractResult(result: Expression): (Seq[(Formula, String)], Formula)

    Extracts the list of (invariant,hint) and a proved/candidate indicator from the Pegasus result formula

    Extracts the list of (invariant,hint) and a proved/candidate indicator from the Pegasus result formula

    See also

    convertDiffSatResult, convertTrivialResult

  17. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  18. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  19. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. def k2m: K2MConverter[KExpr]

    Backconversion for contracts.

    Backconversion for contracts.

    Definition Classes
    PegasusM2KConverterUncheckedBaseM2KConverterMathematicaToKeYmaeraM2KConverter
  22. lazy val logger: Logger
    Attributes
    protected
    Definition Classes
    LazyLogging → LoggerHolder
  23. final val loggerName: String
    Attributes
    protected
    Definition Classes
    LoggerHolder
  24. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  26. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  27. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  28. def toString(): String
    Definition Classes
    Function1 → AnyRef → Any
  29. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from Logging

Inherited from LazyLogging

Inherited from LoggerHolder

Inherited from UncheckedBaseM2KConverter

Inherited from MathematicaToKeYmaera

Inherited from M2KConverter[KExpr]

Inherited from (MExpr) ⇒ KExpr

Inherited from AnyRef

Inherited from Any

Ungrouped