object reduceHolToFol extends reduceHolToFol

Source
hol2fol.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. reduceHolToFol
  2. reduceHolToFol
  3. AnyRef
  4. 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 apply(fss: List[HOLSequent], scope: Map[Expr, String], id: Counter): (List[HOLSequent], Map[Expr, String])

    Apply method for a an FSequent when scope needs to passed on in a recursion.

    Apply method for a an FSequent when scope needs to passed on in a recursion.

    fss

    the fsequent to convert

    scope

    a mapping of replaced subterms to the constant names which replaced them. you need this for chained applications, like sequents or lists of formulas.

    id

    an object with a function which nextId, which provides new numbers.

    returns

    a pair of the reduced expression and the updated scope

    Definition Classes
    reduceHolToFol
  5. def apply(s: HOLSequent, scope: Map[Expr, String], id: Counter): (HOLSequent, Map[Expr, String])

    Apply method for a an FSequent when scope needs to passed on in a recursion.

    Apply method for a an FSequent when scope needs to passed on in a recursion.

    s

    the fsequent to convert

    scope

    a mapping of replaced subterms to the constant names which replaced them. you need this for chained applications, like sequents or lists of formulas.

    id

    an object with a function which nextId, which provides new numbers.

    returns

    a pair of the reduced expression and the updated scope

    Definition Classes
    reduceHolToFol
  6. def apply(term: Expr, scope: Map[Expr, String], id: Counter): (FOLExpression, replaceAbstractions.ConstantsMap)

    Apply method for a an expression when scope needs to passed on in a recursion.

    Apply method for a an expression when scope needs to passed on in a recursion.

    term

    the expression to convert

    scope

    a mapping of replaced subterms to the constant names which replaced them. you need this for chained applications, like sequents or lists of formulas.

    id

    an object with a function which nextId, which provides new numbers.

    returns

    a pair of the reduced expression and the updated scope

    Definition Classes
    reduceHolToFol
  7. def apply(formula: Formula, scope: Map[Expr, String], id: Counter): (FOLFormula, Map[Expr, String])

    Apply method for a formula when scope needs to passed on in a recursion.

    Apply method for a formula when scope needs to passed on in a recursion.

    formula

    the formula to convert

    scope

    a mapping of replaced subterms to the constant names which replaced them. you need this for chained applications, like sequents or lists of formulas.

    id

    an object with a function which nextId, which provides new numbers.

    returns

    a pair of the reduced formula and the updated scope

    Definition Classes
    reduceHolToFol
  8. def apply(fs: List[HOLSequent]): List[HOLSequent]

    Convenience method when a single list of fsequents is converted.

    Convenience method when a single list of fsequents is converted. Multiple expressions need to pass a scope which holds the replacements which happened so far.

    fs

    an fsequent to convert

    returns

    the reduced fsequent

    Definition Classes
    reduceHolToFol
  9. def apply(fs: HOLSequent): HOLSequent

    Convenience method when only a single fsequent is converted.

    Convenience method when only a single fsequent is converted. Multiple expressions need to pass a scope which holds the replacements which happened so far.

    fs

    an fsequent to convert

    returns

    the reduced fsequent

    Definition Classes
    reduceHolToFol
  10. def apply(formula: Formula): FOLFormula

    Convenience method when only a single formula is converted.

    Convenience method when only a single formula is converted. Multiple expressions need to pass a scope which holds the replacements which happened so far.

    formula

    a HOL formula to convert

    returns

    the reduced FOL formula

    Definition Classes
    reduceHolToFol
  11. def apply(term: Expr): FOLExpression

    Convenience method when only a single expression is converted.

    Convenience method when only a single expression is converted. Multiple expressions need to pass a scope which holds the replacements which happened so far.

    term

    a HOL expression to convert

    returns

    the reduced FOL expression

    Definition Classes
    reduceHolToFol
  12. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  13. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  16. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  17. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  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
    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 reduceHolToFol

Inherited from AnyRef

Inherited from Any

Ungrouped