Trait

at.logic.gapt.proofs.lk.base

NullaryLKProof

Related Doc: package base

Permalink

trait NullaryLKProof extends LeafTree[OccSequent] with LKProof with NullaryTreeProof[OccSequent]

Linear Supertypes
Type Hierarchy Learn more about scaladoc diagrams
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. NullaryLKProof
  2. NullaryTreeProof
  3. NullaryProof
  4. LKProof
  5. TreeProof
  6. Proof
  7. LeafTree
  8. TerminalNodeA
  9. Tree
  10. TreeA
  11. LeafAGraph
  12. AGraph
  13. VertexGraph
  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 NullaryLKProof to any2stringadd[NullaryLKProof] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (NullaryLKProof, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from NullaryLKProof to ArrowAssoc[NullaryLKProof] 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. def clone(): AnyRef

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

    Permalink
    Definition Classes
    LeafAGraphAGraph
  9. def containsDescendantOf(fo: FormulaOccurrence): Boolean

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    LeafTreeTree
  18. def formatted(fmtstr: String): String

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

    Permalink
    Definition Classes
    VertexGraph
  20. final def getClass(): Class[_]

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

    Permalink
    Definition Classes
    LKProof
  22. val hashCode: Int

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

    Permalink
    Definition Classes
    Any
  24. def leaves: HashSet[LeafTree[OccSequent]]

    Permalink
    Definition Classes
    LeafTreeTree
  25. def name: String

    Permalink
    Definition Classes
    LeafAGraphAGraph
  26. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  27. val node: OccSequent

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  32. def root: OccSequent

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

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

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

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

    Permalink
    Definition Classes
    NullaryLKProofNullaryProofLKProofProofLeafAGraph → AnyRef → Any
  37. def unique_size: Int

    Permalink
    Definition Classes
    AGraph
  38. val v: OccSequent

    Permalink
    Definition Classes
    VertexGraph
  39. val vertex: OccSequent

    Permalink
    Definition Classes
    LeafTreeTreeLeafAGraphAGraph
  40. final def wait(): Unit

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

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

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

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

Inherited from NullaryTreeProof[OccSequent]

Inherited from NullaryProof[OccSequent]

Inherited from LKProof

Inherited from TreeProof[OccSequent]

Inherited from Proof[OccSequent]

Inherited from LeafTree[OccSequent]

Inherited from TerminalNodeA[OccSequent, Unit]

Inherited from Tree[OccSequent]

Inherited from TreeA[OccSequent, Unit]

Inherited from LeafAGraph[OccSequent]

Inherited from AGraph[OccSequent]

Inherited from VertexGraph[OccSequent]

Inherited from Graph[OccSequent]

Inherited from AnyRef

Inherited from Any

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

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

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

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

Ungrouped