abstract class CertificateOneChild extends Certificate
Abstract superclass of all certificate nodes that only have a single subtree
- Alphabetic
- By Inheritance
- CertificateOneChild
- Certificate
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new CertificateOneChild(child: Certificate)
Abstract Value Members
- abstract val closingConstraint: Conjunction
The constraint resulting from this proof
The constraint resulting from this proof
- Definition Classes
- Certificate
- abstract val localAssumedFormulas: Set[CertFormula]
- Definition Classes
- Certificate
- abstract val order: TermOrder
- Definition Classes
- Certificate
- abstract val uniqueLocalProvidedFormulas: Set[CertFormula]
- Attributes
- protected
- abstract def update(newSubCerts: Seq[Certificate]): Certificate
- Definition Classes
- Certificate
Concrete Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def apply(i: Int): Certificate
- Definition Classes
- CertificateOneChild → Certificate
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- 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
- val child: Certificate
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
- 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
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- lazy val inferenceCount: Int
- Definition Classes
- Certificate
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def iterator: Iterator[Certificate]
- Definition Classes
- CertificateOneChild → Certificate
- def length: Int
- Definition Classes
- CertificateOneChild → Certificate
- 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
- 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
- CertificateOneChild → Certificate
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- def size: Int
- Definition Classes
- Certificate
- def subCertificates: IndexedSeq[Certificate]
- Definition Classes
- Certificate
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- lazy val theoryAxioms: Set[CertFormula]
- Definition Classes
- Certificate
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)