Class/Object

at.logic.gapt.formats.tptp

TPTPHOLExporter

Related Docs: object TPTPHOLExporter | package tptp

Permalink

class TPTPHOLExporter extends AnyRef

Linear Supertypes
AnyRef, Any
Known Subclasses
Type Hierarchy Learn more about scaladoc diagrams
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. TPTPHOLExporter
  2. AnyRef
  3. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new TPTPHOLExporter()

    Permalink

Type Members

  1. type CNameMap = Map[Const, String]

    Permalink
  2. type NameMap = Map[Var, String]

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from TPTPHOLExporter to any2stringadd[TPTPHOLExporter] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (TPTPHOLExporter, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from TPTPHOLExporter to ArrowAssoc[TPTPHOLExporter] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  6. def appendPostfix(str: String, l: List[String]): String

    Permalink
  7. def apply(l: List[HOLSequent], positive: Boolean = false): String

    Permalink
  8. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  9. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. def closedFormula(fs: HOLSequent): HOLFormula

    Permalink
  11. def createFormula(f: LambdaExpression, map: Map[Var, String]): String

    Permalink
  12. def createNamesFromConst(l: List[Const]): CNameMap

    Permalink
  13. def createNamesFromSequent(l: List[HOLSequent]): (List[Var], NameMap, List[Const], CNameMap)

    Permalink
  14. def createNamesFromVar(l: List[Var]): NameMap

    Permalink
  15. val emptyCNameMap: Map[Const, String]

    Permalink
  16. val emptyNameMap: Map[Var, String]

    Permalink
  17. def ensuring(cond: (TPTPHOLExporter) ⇒ Boolean, msg: ⇒ Any): TPTPHOLExporter

    Permalink
    Implicit information
    This member is added by an implicit conversion from TPTPHOLExporter to Ensuring[TPTPHOLExporter] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  18. def ensuring(cond: (TPTPHOLExporter) ⇒ Boolean): TPTPHOLExporter

    Permalink
    Implicit information
    This member is added by an implicit conversion from TPTPHOLExporter to Ensuring[TPTPHOLExporter] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  19. def ensuring(cond: Boolean, msg: ⇒ Any): TPTPHOLExporter

    Permalink
    Implicit information
    This member is added by an implicit conversion from TPTPHOLExporter to Ensuring[TPTPHOLExporter] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  20. def ensuring(cond: Boolean): TPTPHOLExporter

    Permalink
    Implicit information
    This member is added by an implicit conversion from TPTPHOLExporter to Ensuring[TPTPHOLExporter] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  21. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  22. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  23. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  24. def formatted(fmtstr: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from TPTPHOLExporter to StringFormat[TPTPHOLExporter] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  25. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  26. def getConsts(t: LambdaExpression, set: Set[Const]): Set[Const]

    Permalink
  27. def getTypeString(t: TA, outer: Boolean): String

    Permalink
  28. def getTypeString(t: TA): String

    Permalink
  29. def getVars(t: LambdaExpression, set: Set[Var]): Set[Var]

    Permalink

    extract all variables, bound and free

  30. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  31. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  32. def mkConstName(str: String, map: CNameMap): String

    Permalink
  33. def mkVarName(str: String, map: Map[Var, String]): String

    Permalink
  34. val nLine: String

    Permalink

    Exports the given FSequent list to the THF fragment of TPTP.

    Exports the given FSequent list to the THF fragment of TPTP. The default behavior of the exporter expects a sequent list in a negative context, i.e. it will encode the refutation of the arguments.

    Note

    In contrast to prover9, for multiple conjectures, each of them has to be proved.

  35. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  36. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  37. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  38. def printStatistics(vnames: NameMap, cnames: CNameMap): Unit

    Permalink
  39. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  40. def thf_formula(f: LambdaExpression, vmap: NameMap, cmap: CNameMap, outermost: Boolean = false): String

    Permalink
  41. def thf_formula_dec(i: Int, f: HOLFormula, vmap: NameMap, cmap: CNameMap): String

    Permalink
  42. def thf_negformula_dec(i: Int, f: HOLFormula, vmap: NameMap, cmap: CNameMap): String

    Permalink
  43. def thf_sequent_dec(i: Int, f: HOLSequent, vmap: NameMap, cmap: CNameMap): String

    Permalink
  44. def thf_type_dec(i: Int, c: Const, cmap: CNameMap): String

    Permalink
  45. def thf_type_dec(i: Int, v: Var, vmap: NameMap): String

    Permalink
  46. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  47. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  48. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  49. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  50. def [B](y: B): (TPTPHOLExporter, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from TPTPHOLExporter to ArrowAssoc[TPTPHOLExporter] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from TPTPHOLExporter to any2stringadd[TPTPHOLExporter]

Inherited by implicit conversion StringFormat from TPTPHOLExporter to StringFormat[TPTPHOLExporter]

Inherited by implicit conversion Ensuring from TPTPHOLExporter to Ensuring[TPTPHOLExporter]

Inherited by implicit conversion ArrowAssoc from TPTPHOLExporter to ArrowAssoc[TPTPHOLExporter]

Ungrouped