Trait

at.logic.gapt.proofs.proofs

NullaryTreeProof

Related Doc: package proofs

Permalink

trait NullaryTreeProof[V] extends LeafTree[V] with NullaryProof[V] with TreeProof[V]

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from NullaryTreeProof[V] to ArrowAssoc[NullaryTreeProof[V]] 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[V]](sub: T): Boolean

    Permalink
    Definition Classes
    LeafAGraphAGraph
  9. def ensuring(cond: (NullaryTreeProof[V]) ⇒ Boolean, msg: ⇒ Any): NullaryTreeProof[V]

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  20. val hashCode: Int

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

    Permalink
    Definition Classes
    Any
  22. def leaves: HashSet[LeafTree[V]]

    Permalink
    Definition Classes
    LeafTreeTree
  23. def name: String

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

    Permalink
    Definition Classes
    AnyRef
  25. val node: V

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

    Permalink
    Definition Classes
    AGraph
  27. def nodes[_ >: V](): HashSet[AGraph[_]]

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

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

    Permalink
    Definition Classes
    AnyRef
  30. def root: V

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

    Permalink
    Definition Classes
    AGraph
  32. def size[_ >: V](): Int

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

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

    Permalink
    Definition Classes
    NullaryProofProofLeafAGraph → AnyRef → Any
  35. def unique_size: Int

    Permalink
    Definition Classes
    AGraph
  36. val v: V

    Permalink
    Definition Classes
    VertexGraph
  37. val vertex: V

    Permalink
    Definition Classes
    LeafTreeTreeLeafAGraphAGraph
  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 [B](y: B): (NullaryTreeProof[V], B)

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

Inherited from TreeProof[V]

Inherited from NullaryProof[V]

Inherited from Proof[V]

Inherited from LeafTree[V]

Inherited from TerminalNodeA[V, Unit]

Inherited from Tree[V]

Inherited from TreeA[V, Unit]

Inherited from LeafAGraph[V]

Inherited from AGraph[V]

Inherited from VertexGraph[V]

Inherited from Graph[V]

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from NullaryTreeProof[V] to any2stringadd[NullaryTreeProof[V]]

Inherited by implicit conversion StringFormat from NullaryTreeProof[V] to StringFormat[NullaryTreeProof[V]]

Inherited by implicit conversion Ensuring from NullaryTreeProof[V] to Ensuring[NullaryTreeProof[V]]

Inherited by implicit conversion ArrowAssoc from NullaryTreeProof[V] to ArrowAssoc[NullaryTreeProof[V]]

Ungrouped