Object

at.logic.gapt.proofs.ceres

Projections

Related Doc: package ceres

Permalink

object Projections extends Logger

Source
projections.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Projections
  2. Logger
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def apply(proof: LKProof, cut_ancs: Sequent[Boolean], pred: (HOLFormula) ⇒ Boolean): Set[LKProof]

    Permalink
  5. def apply(proof: LKProof, pred: (HOLFormula) ⇒ Boolean): Set[LKProof]

    Permalink
  6. def apply(proof: LKProof): Set[LKProof]

    Permalink
  7. def apply_(proof: LKProof, cut_ancs: Sequent[Boolean], pred: (HOLFormula) ⇒ Boolean): Set[LKProof]

    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 copySetToAncestor(connector: OccConnector[HOLFormula], s: Sequent[Boolean]): Sequent[Boolean]

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

    Permalink
    Attributes
    protected
    Definition Classes
    Logger
  12. final def eq(arg0: AnyRef): Boolean

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

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    Logger
  16. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  17. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  18. def getESAncs(proof: LKProof, cut_ancs: Sequent[Boolean]): HOLSequent

    Permalink
  19. def handleBinaryCutAnc(proof: LKProof, p1: LKProof, p2: LKProof, s1: Set[LKProof], s2: Set[LKProof], cut_ancs1: Sequent[Boolean], cut_ancs2: Sequent[Boolean]): Set[LKProof]

    Permalink
  20. def handleBinaryESAnc(proof: LKProof, parent1: LKProof, parent2: LKProof, s1: Set[LKProof], s2: Set[LKProof], constructor: (LKProof, SequentIndex, LKProof, SequentIndex) ⇒ LKProof): Set[LKProof]

    Permalink
  21. def handleBinaryRule(proof: LKProof, p1: LKProof, p2: LKProof, a1: SequentIndex, a2: SequentIndex, constructor: (LKProof, SequentIndex, LKProof, SequentIndex) ⇒ LKProof, pred: (HOLFormula) ⇒ Boolean)(implicit cut_ancs: Sequent[Boolean]): Set[LKProof]

    Permalink
  22. def handleContractionRule(proof: LKProof, p: LKProof, a1: SequentIndex, a2: SequentIndex, constructor: (LKProof, SequentIndex, SequentIndex) ⇒ LKProof, pred: (HOLFormula) ⇒ Boolean)(implicit cut_ancs: Sequent[Boolean]): Set[LKProof]

    Permalink
  23. def handleDefRule(proof: LKProof, p: LKProof, a: SequentIndex, f: HOLFormula, constructor: (LKProof, SequentIndex, HOLFormula) ⇒ LKProof, pred: (HOLFormula) ⇒ Boolean)(implicit cut_ancs: Sequent[Boolean]): Set[LKProof]

    Permalink
  24. def handleEqRule(proof: LKProof, p: LKProof, e: SequentIndex, a: SequentIndex, con: Abs, constructor: (LKProof, SequentIndex, SequentIndex, Abs) ⇒ LKProof, pred: (HOLFormula) ⇒ Boolean)(implicit cut_ancs: Sequent[Boolean]): Set[LKProof]

    Permalink
  25. def handleNegRule(proof: LKProof, p: LKProof, a: SequentIndex, constructor: (LKProof, SequentIndex) ⇒ LKProof, pred: (HOLFormula) ⇒ Boolean)(implicit cut_ancs: Sequent[Boolean]): Set[LKProof]

    Permalink
  26. def handleSkQuantRule(proof: LKProof, p: LKProof, a: SequentIndex, m: HOLFormula, t: LambdaExpression, d: LambdaExpression, constructor: (LKProof, SequentIndex, HOLFormula, LambdaExpression, LambdaExpression) ⇒ LKProof, pred: (HOLFormula) ⇒ Boolean)(implicit cut_ancs: Sequent[Boolean]): Set[LKProof]

    Permalink
  27. def handleStrongQuantRule(proof: LKProof, p: LKProof, constructor: (LKProof, SequentIndex, Var, Var) ⇒ LKProof, pred: (HOLFormula) ⇒ Boolean)(implicit cut_ancs: Sequent[Boolean]): Set[LKProof]

    Permalink
  28. def handleUnaryRule[T](proof: LKProof, p: LKProof, a1: SequentIndex, a2: SequentIndex, constructor: (LKProof, SequentIndex, SequentIndex) ⇒ LKProof, pred: (HOLFormula) ⇒ Boolean)(implicit cut_ancs: Sequent[Boolean]): Set[LKProof]

    Permalink
  29. def handleWeakQuantRule(proof: LKProof, p: LKProof, a: SequentIndex, f: HOLFormula, t: LambdaExpression, qvar: Var, constructor: (LKProof, SequentIndex, HOLFormula, LambdaExpression, Var) ⇒ LKProof, pred: (HOLFormula) ⇒ Boolean)(implicit cut_ancs: Sequent[Boolean]): Set[LKProof]

    Permalink
  30. def handleWeakeningRule(proof: LKProof, p: LKProof, m: HOLFormula, constructor: (LKProof, HOLFormula) ⇒ LKProof, pred: (HOLFormula) ⇒ Boolean)(implicit cut_ancs: Sequent[Boolean]): Set[LKProof]

    Permalink
  31. def hashCode(): Int

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

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

    Permalink
    Definition Classes
    Any
  34. val log: Logger

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  39. def reflexivity_projection(proof: LKProof, t: Ty = Ti): LKProof

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

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

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

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

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

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

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    Logger
  48. def weakenESAncs(esancs: HOLSequent, s: Set[LKProof]): Set[LKProof]

    Permalink

Inherited from Logger

Inherited from AnyRef

Inherited from Any

Ungrouped