at.logic.skeptik.proof.sequent.lk

AxiomTaut

class AxiomTaut extends SequentProof with Nullary with NoImplicitContraction

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. AxiomTaut
  2. NoImplicitContraction
  3. Nullary
  4. GenNullary
  5. SequentProof
  6. Proof
  7. AnyRef
  8. Any
Visibility
  1. Public
  2. All

Instance Constructors

  1. new AxiomTaut (mainLeft: E, mainRight: E)

Value Members

  1. def != (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  2. def != (arg0: Any): Boolean

    Attributes
    final
    Definition Classes
    Any
  3. def ## (): Int

    Attributes
    final
    Definition Classes
    AnyRef → Any
  4. def == (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  5. def == (arg0: Any): Boolean

    Attributes
    final
    Definition Classes
    Any
  6. def activeAncestry (f: E, premise: SequentProof): Nothing

    Definition Classes
    AxiomTautSequentProof
  7. def ancestry (f: E, premise: SequentProof): Sequent

    Definition Classes
    SequentProof
  8. def asInstanceOf [T0] : T0

    Attributes
    final
    Definition Classes
    Any
  9. def auxFormulasMap : Map[SequentProof, Nothing]

    Definition Classes
    NullarySequentProof
  10. def clone (): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  11. lazy val conclusion : Sequent

    Definition Classes
    SequentProofProof
  12. def conclusionContext : Sequent

    Definition Classes
    NoImplicitContractionSequentProof
  13. def contextAncestry (f: E, premise: SequentProof): Sequent

    Definition Classes
    NoImplicitContractionSequentProof
  14. def eq (arg0: AnyRef): Boolean

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

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

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

    Attributes
    final
    Definition Classes
    AnyRef → Any
  18. def hashCode (): Int

    Definition Classes
    AnyRef → Any
  19. def isInstanceOf [T0] : Boolean

    Attributes
    final
    Definition Classes
    Any
  20. def mainFormulas : Sequent

    Definition Classes
    AxiomTautSequentProof
  21. val mainLeft : E

  22. val mainRight : E

  23. def name : String

    Definition Classes
    Proof
  24. def ne (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  25. def notify (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  26. def notifyAll (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  27. def parameters : Seq[Any]

    Definition Classes
    Proof
  28. def premises : Seq[Nothing]

    Definition Classes
    GenNullaryProof
  29. def synchronized [T0] (arg0: ⇒ T0): T0

    Attributes
    final
    Definition Classes
    AnyRef
  30. def toString (): String

    Definition Classes
    Proof → AnyRef → Any
  31. def wait (): Unit

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

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

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from NoImplicitContraction

Inherited from Nullary

Inherited from GenNullary[Sequent, SequentProof]

Inherited from SequentProof

Inherited from Proof[Sequent, SequentProof]

Inherited from AnyRef

Inherited from Any