c

ap.proof.certificates

CertificateOneChild

abstract class CertificateOneChild extends Certificate

Abstract superclass of all certificate nodes that only have a single subtree

Linear Supertypes
Certificate, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CertificateOneChild
  2. Certificate
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new CertificateOneChild(child: Certificate)

Abstract Value Members

  1. abstract val closingConstraint: Conjunction

    The constraint resulting from this proof

    The constraint resulting from this proof

    Definition Classes
    Certificate
  2. abstract val localAssumedFormulas: Set[CertFormula]
    Definition Classes
    Certificate
  3. abstract val order: TermOrder
    Definition Classes
    Certificate
  4. abstract val uniqueLocalProvidedFormulas: Set[CertFormula]
    Attributes
    protected
  5. abstract def update(newSubCerts: Seq[Certificate]): Certificate
    Definition Classes
    Certificate

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def apply(i: Int): Certificate
    Definition Classes
    CertificateOneChildCertificate
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. lazy val assumedFormulas: Set[CertFormula]

    Formulae that the proof assumes to be present on this branch (i.e., premisses of rules applied in the proof).

    Formulae that the proof assumes to be present on this branch (i.e., premisses of rules applied in the proof). We assume that all formulae live in the antecedent.

    Definition Classes
    Certificate
  7. val child: Certificate
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
  9. lazy val constants: Set[ConstantTerm]

    Set of constants occurring in this certificate.

    Set of constants occurring in this certificate. By default this will contain the set of all constants in sub-certificates, as well as constants in assumed formulas.

    Definition Classes
    Certificate
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  12. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  13. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  14. lazy val inferenceCount: Int
    Definition Classes
    Certificate
  15. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  16. def iterator: Iterator[Certificate]
    Definition Classes
    CertificateOneChildCertificate
  17. def length: Int
    Definition Classes
    CertificateOneChildCertificate
  18. val localBoundConstants: Set[ConstantTerm]

    Constants bound by the root operator of the certificate.

    Constants bound by the root operator of the certificate.

    Definition Classes
    Certificate
  19. lazy val localProvidedFormulas: Seq[Set[CertFormula]]

    Formulae that are introduced into the antecedent by this rule application (one set for each subproof).

    Formulae that are introduced into the antecedent by this rule application (one set for each subproof). This will implicitly simplify formulae (all simplifications that are built into the datastructures are carried out).

    Definition Classes
    CertificateOneChildCertificate
  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  23. def size: Int
    Definition Classes
    Certificate
  24. def subCertificates: IndexedSeq[Certificate]
    Definition Classes
    Certificate
  25. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  26. lazy val theoryAxioms: Set[CertFormula]
    Definition Classes
    Certificate
  27. def toString(): String
    Definition Classes
    AnyRef → Any
  28. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  29. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  30. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from Certificate

Inherited from AnyRef

Inherited from Any

Ungrouped