Trait

at.logic.gapt.proofs

SequentProof

Related Doc: package proofs

Permalink

trait SequentProof[Formula <: HOLFormula, This <: SequentProof[Formula, This]] extends DagProof[This]

Self Type
This
Linear Supertypes
DagProof[This], Product, Equals, AnyRef, Any
Known Subclasses
Type Hierarchy Learn more about scaladoc diagrams
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. SequentProof
  2. DagProof
  3. Product
  4. Equals
  5. AnyRef
  6. 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 auxIndices: Seq[Seq[SequentIndex]]

    Permalink

    A list of lists of SequentIndices denoting the auxiliary formula(s) of the rule.

    A list of lists of SequentIndices denoting the auxiliary formula(s) of the rule. The first list contains the auxiliary formulas in the first premise and so on.

  2. abstract def canEqual(that: Any): Boolean

    Permalink
    Definition Classes
    Equals
  3. abstract def conclusion: Sequent[Formula]

    Permalink

    The conclusion of the rule.

  4. abstract def immediateSubProofs: Seq[This]

    Permalink

    The immediate subproofs of this rule.

    The immediate subproofs of this rule.

    Definition Classes
    DagProof
  5. abstract def mainIndices: Seq[SequentIndex]

    Permalink

    A list of SequentIndices denoting the main formula(s) of the rule.

  6. abstract def occConnectors: Seq[OccConnector]

    Permalink

    A list of occurrence connectors, one for each immediate subproof.

  7. abstract def productArity: Int

    Permalink
    Definition Classes
    Product
  8. abstract def productElement(n: Int): Any

    Permalink
    Definition Classes
    Product

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from SequentProof[Formula, This] to ArrowAssoc[SequentProof[Formula, This]] 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 auxFormulas: Seq[Seq[Formula]]

    Permalink

    A list of lists containing the auxiliary formulas of the rule.

    A list of lists containing the auxiliary formulas of the rule. The first list constains the auxiliary formulas in the first premise and so on.

  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. def dagLikeForeach(f: (This) ⇒ Unit): Set[This]

    Permalink

    Iterate over all sub-proofs including this in post-order, ignoring duplicates.

    Iterate over all sub-proofs including this in post-order, ignoring duplicates.

    returns

    Set of all visited sub-proofs including this.

    Definition Classes
    DagProof
  10. def dagLikePostOrder: Seq[This]

    Permalink

    A sequence of all sub-proofs including this in post-order, ignoring duplicates.

    A sequence of all sub-proofs including this in post-order, ignoring duplicates.

    Definition Classes
    DagProof
  11. def ensuring(cond: (SequentProof[Formula, This]) ⇒ Boolean, msg: ⇒ Any): SequentProof[Formula, This]

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

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

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from SequentProof[Formula, This] to Ensuring[SequentProof[Formula, This]] 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 foreach(f: (This) ⇒ Unit): Unit

    Permalink

    Iterate over all sub-proofs including this in post-order.

    Iterate over all sub-proofs including this in post-order.

    Definition Classes
    DagProof
  19. def formatted(fmtstr: String): String

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

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

    Permalink
    Definition Classes
    DagProof → AnyRef → Any
  22. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  23. def longName: String

    Permalink

    The name of the rule (in words).

    The name of the rule (in words).

    Definition Classes
    DagProof
  24. def mainFormulas: Seq[Formula]

    Permalink

    The list of main formulas of the rule.

  25. def name: String

    Permalink

    The name of the rule (in symbols).

    The name of the rule (in symbols).

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

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

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

    Permalink
    Definition Classes
    AnyRef
  29. def postOrder: Seq[This]

    Permalink

    A sequence of all sub-proofs including this in post-order.

    A sequence of all sub-proofs including this in post-order.

    Definition Classes
    DagProof
  30. def premises: Seq[Sequent[Formula]]

    Permalink

    The upper sequents of the rule.

  31. def productIterator: Iterator[Any]

    Permalink
    Definition Classes
    Product
  32. def productPrefix: String

    Permalink
    Definition Classes
    Product
  33. def stepString(subProofLabels: Map[Any, String]): String

    Permalink
    Attributes
    protected
    Definition Classes
    SequentProofDagProof
  34. def subProofs: Set[This]

    Permalink

    Set of all sub-proofs including this.

    Set of all sub-proofs including this.

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

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

    Permalink
    Definition Classes
    DagProof → AnyRef → Any
  37. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. def [B](y: B): (SequentProof[Formula, This], B)

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

Inherited from DagProof[This]

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from SequentProof[Formula, This] to any2stringadd[SequentProof[Formula, This]]

Inherited by implicit conversion StringFormat from SequentProof[Formula, This] to StringFormat[SequentProof[Formula, This]]

Inherited by implicit conversion Ensuring from SequentProof[Formula, This] to Ensuring[SequentProof[Formula, This]]

Inherited by implicit conversion ArrowAssoc from SequentProof[Formula, This] to ArrowAssoc[SequentProof[Formula, This]]

Ungrouped