Class/Object

at.logic.gapt.proofs.lksk

LKskToExpansionProof

Related Docs: object LKskToExpansionProof | package lksk

Permalink

class LKskToExpansionProof extends LKToExpansionProof

Source
LKskToExpansionProof.scala
Linear Supertypes
Known Subclasses
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. LKskToExpansionProof
  2. LKToExpansionProof
  3. Logger
  4. AnyRef
  5. 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 LKskToExpansionProof()

    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 LKskToExpansionProof to any2stringadd[LKskToExpansionProof] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (LKskToExpansionProof, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from LKskToExpansionProof to ArrowAssoc[LKskToExpansionProof] 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 ETInitialNode(extendedAtom: HOLFormula, pol: Boolean): ExpansionTree

    Permalink
    Definition Classes
    LKToExpansionProof
  7. def apply(proof: LKProof): ExpansionProof

    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 debug(msg: ⇒ String): Unit

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

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

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

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

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

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

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    Logger
  19. def extract(proof: LKProof): Map[FormulaOccurrence, ExpansionTree]

    Permalink
  20. def finalize(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  23. def getMapOfContext(s: Set[FormulaOccurrence], map: Map[FormulaOccurrence, ExpansionTree]): Map[FormulaOccurrence, ExpansionTree]

    Permalink
    Attributes
    protected
    Definition Classes
    LKToExpansionProof
  24. def handleAxiom(r: OccSequent): Map[FormulaOccurrence, ExpansionTree]

    Permalink
    Attributes
    protected
    Definition Classes
    LKToExpansionProof
  25. def handleBinary(r: OccSequent, map: Map[FormulaOccurrence, ExpansionTree], proof: LKProof, a1: FormulaOccurrence, a2: FormulaOccurrence, p: FormulaOccurrence): Map[FormulaOccurrence, ExpansionTree]

    Permalink
    Attributes
    protected
    Definition Classes
    LKToExpansionProof
  26. def handleUnary(r: OccSequent, p: FormulaOccurrence, map: Map[FormulaOccurrence, ExpansionTree], proof: LKProof): Map[FormulaOccurrence, ExpansionTree]

    Permalink
    Attributes
    protected
    Definition Classes
    LKToExpansionProof
  27. def hashCode(): Int

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

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

    Permalink
    Definition Classes
    Any
  30. val log: Logger

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Inherited from LKToExpansionProof

Inherited from Logger

Inherited from AnyRef

Inherited from Any

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

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

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

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

Ungrouped