Packages

o

edu.cmu.cs.ls.keymaerax.cdgl.kaisar

StandardLibrary

object StandardLibrary

Basic functions about lists, expressions, and non-Kaisar data structures which "should" be a standard library

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. StandardLibrary
  2. AnyRef
  3. 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 asBox(f: Formula): Box

    returns

    equivalent formula of f, with shape [a]P

  5. def asDiamond(f: Formula): Diamond

    returns

    equivalent formula of f, with shape P

  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 concatBox(p: Formula, q: Formula): Formula

    returns

    Box formula which runs programs of p first, then programs of b

  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  11. def factBindings(lhs: Expression, rhs: Formula, node: ASTNode = Triv()): List[(Option[Ident], Formula)]

    Elaborate fact binding patterns as in assertions ?pat:(fml); Vectorial patterns ?(x, y):(p & q) become lists of bindings.

  12. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  14. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. def isExecutable(fml: Formula): Boolean

    returns

    whether formula can easily be evaluated for truth in a state

  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  19. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  20. def rN(n: Int): Sort
  21. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  22. def termsToTuple(fs: List[Term]): Term

    Tuple containing terms fs

  23. def toString(): String
    Definition Classes
    AnyRef → Any
  24. def tupleToTerms(f: Term, node: ASTNode = Triv()): List[Term]

    List of elements conjoined in (possibly) tuple f

  25. def unchoose(g: Program, k: Int): Option[List[Program]]

    k

    must be >= 1 Return list of k branches if g is a nested choice down its right spine, else None

  26. def unifyFml(p: Formula, q: Formula): Option[Formula]

    returns

    unification result of p and q, if any

  27. def unifyFmls(ps: Seq[Formula]): Option[Formula]

    returns

    unification result of formulas, if any.

  28. def unzip3[T1, T2, T3](seq: List[(T1, T2, T3)]): (List[T1], List[T2], List[T3])

    unzip triples

  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( ... )
  32. def zip3[T1, T2, T3](xs: List[T1], ys: List[T2], zs: List[T3], node: ASTNode = Triv()): List[(T1, T2, T3)]

    zip triples

Inherited from AnyRef

Inherited from Any

Ungrouped