Class/Object

at.logic.gapt.proofs.lk

LKToLKsk

Related Docs: object LKToLKsk | package lk

Permalink

class LKToLKsk extends Logger

Source
LKToLKsk.scala
Linear Supertypes
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. LKToLKsk
  2. Logger
  3. AnyRef
  4. 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 LKToLKsk(skolemSymbolFactory: SkolemSymbolFactory)

    Permalink

Type Members

  1. case class HPath(contracting_inference: LKProof, path: List[HOLFormula]) extends Product with Serializable

    Permalink
  2. type HPathsSequent = Sequent[List[HPath]]

    Permalink
  3. type SkolemDef = (Seq[Var], HOLFormula)

    Permalink
  4. type SkolemSymbolTable = Map[HPath, 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 LKToLKsk to any2stringadd[LKToLKsk] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (LKToLKsk, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from LKToLKsk to ArrowAssoc[LKToLKsk] 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 apply(p: LKProof, labels: Sequent[Label], isCutAnc: Sequent[Boolean], hpaths: HPathsSequent, skolemDefs: Sequent[SkolemDef])(implicit contracted_symbols: SkolemSymbolTable): (LKskProof, SkolemSymbolTable)

    Permalink
  7. def apply(p: LKProof): LKskProof

    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 createSkolemSymbol(factory: SkolemSymbolFactory, current_hpaths: List[HPath], symbol_table: SkolemSymbolTable): (String, SkolemSymbolTable)

    Permalink
  11. def debug(msg: ⇒ String): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logger
  12. def ensuring(cond: (LKToLKsk) ⇒ Boolean, msg: ⇒ Any): LKToLKsk

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  18. def error(msg: ⇒ String, e: Throwable): Nothing

    Permalink
    Attributes
    protected
    Definition Classes
    Logger
  19. def error(msg: ⇒ String): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logger
  20. def extend_hpaths(p: LKProof, hpaths: HPathsSequent, occ_conn_idx: Int = 0, default: List[HPath] = Nil): HPathsSequent

    Permalink
  21. def finalize(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  24. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  25. def info(msg: ⇒ String): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logger
  26. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  27. val log: Logger

    Permalink
    Attributes
    protected
    Definition Classes
    Logger
  28. def loggerName: String

    Permalink
    Attributes
    protected
    Definition Classes
    Logger
  29. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  32. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  33. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  34. def trace(msg: ⇒ String): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logger
  35. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. def warn(msg: ⇒ String, e: Throwable): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logger
  39. def warn(msg: ⇒ String): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logger
  40. def [B](y: B): (LKToLKsk, B)

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

Inherited from Logger

Inherited from AnyRef

Inherited from Any

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

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

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

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

Ungrouped