Trait

at.logic.gapt.proofs.lk.base

UnaryLKProof

Related Doc: package base

Permalink

trait UnaryLKProof extends UnaryTree[OccSequent] with LKProof with UnaryTreeProof[OccSequent]

Linear Supertypes
Type Hierarchy Learn more about scaladoc diagrams
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. UnaryLKProof
  2. UnaryTreeProof
  3. UnaryProof
  4. LKProof
  5. TreeProof
  6. Proof
  7. UnaryTree
  8. NonTerminalNodeA
  9. Tree
  10. TreeA
  11. UnaryAGraph
  12. AGraph
  13. EdgeGraph
  14. Graph
  15. AnyRef
  16. 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

Abstract Value Members

  1. abstract def rule: RuleTypeA

    Permalink
    Definition Classes
    Proof

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. val children: List[(Tree[OccSequent], Unit)]

    Permalink
    Definition Classes
    UnaryTreeNonTerminalNodeA
  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. def contains[T >: AGraph[OccSequent]](sub: T): Boolean

    Permalink
    Definition Classes
    UnaryAGraphAGraph
  10. def containsDescendantOf(fo: FormulaOccurrence): Boolean

    Permalink
    Definition Classes
    LKProof
  11. def ensuring(cond: (UnaryLKProof) ⇒ Boolean, msg: ⇒ Any): UnaryLKProof

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

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

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from UnaryLKProof to Ensuring[UnaryLKProof] 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 finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  18. def fold[T](leafF: (OccSequent) ⇒ T)(unaryF: (T, OccSequent) ⇒ T)(binaryF: (T, T, OccSequent) ⇒ T): T

    Permalink
    Definition Classes
    UnaryTreeTree
  19. def formatted(fmtstr: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from UnaryLKProof to StringFormat[UnaryLKProof] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  20. val g: Graph[OccSequent]

    Permalink
    Definition Classes
    EdgeGraph
  21. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  22. def getDescendantInLowerSequent(fo: FormulaOccurrence): Option[FormulaOccurrence]

    Permalink
    Definition Classes
    LKProof
  23. val hashCode: Int

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

    Permalink
    Definition Classes
    Any
  25. def latexQAGraph: String

    Permalink
    Definition Classes
    UnaryAGraph
  26. def leaves: Set[LeafTree[OccSequent]]

    Permalink
    Definition Classes
    UnaryTreeTree
  27. def name: String

    Permalink
    Definition Classes
    UnaryAGraphAGraph
  28. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  29. val node: OccSequent

    Permalink
    Definition Classes
    UnaryTreeNonTerminalNodeA
  30. def nodes[_ >: OccSequent](visited: HashSet[AGraph[_]]): HashSet[AGraph[_]]

    Permalink
    Definition Classes
    AGraph
  31. def nodes[_ >: OccSequent](): HashSet[AGraph[_]]

    Permalink
    Definition Classes
    AGraph
  32. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  34. def root: OccSequent

    Permalink
    Definition Classes
    Proof
  35. def size[_ >: OccSequent](visited: Map[AGraph[_], Int]): Map[AGraph[_], Int]

    Permalink
    Definition Classes
    AGraph
  36. def size[_ >: OccSequent](): Int

    Permalink
    Definition Classes
    AGraph
  37. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  38. val t: Tree[OccSequent]

    Permalink
    Definition Classes
    UnaryTreeUnaryAGraph
  39. def toString(): String

    Permalink
    Definition Classes
    UnaryLKProofUnaryProofLKProofProofUnaryAGraph → AnyRef → Any
  40. def uProof: LKProof

    Permalink
    Definition Classes
    UnaryLKProofUnaryProof
  41. def unique_size: Int

    Permalink
    Definition Classes
    AGraph
  42. val v1: OccSequent

    Permalink
    Definition Classes
    EdgeGraph
  43. val v2: OccSequent

    Permalink
    Definition Classes
    EdgeGraph
  44. val vertex: OccSequent

    Permalink
    Definition Classes
    UnaryTreeTreeUnaryAGraphAGraph
  45. final def wait(): Unit

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

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

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

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

Inherited from UnaryTreeProof[OccSequent]

Inherited from UnaryProof[OccSequent]

Inherited from LKProof

Inherited from TreeProof[OccSequent]

Inherited from Proof[OccSequent]

Inherited from UnaryTree[OccSequent]

Inherited from NonTerminalNodeA[OccSequent, Unit]

Inherited from Tree[OccSequent]

Inherited from TreeA[OccSequent, Unit]

Inherited from UnaryAGraph[OccSequent]

Inherited from AGraph[OccSequent]

Inherited from EdgeGraph[OccSequent]

Inherited from Graph[OccSequent]

Inherited from AnyRef

Inherited from Any

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

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

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

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

Ungrouped