abstract class ProofTreeFactory extends AnyRef
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
 - By Inheritance
 
Inherited
- ProofTreeFactory
 - AnyRef
 - Any
 
- Hide All
 - Show All
 
Visibility
- Public
 - Protected
 
Instance Constructors
-  new ProofTreeFactory()
 
Abstract Value Members
-  abstract def and(subtrees: Seq[ProofTree], partialCertificate: PartialCertificate, vocabulary: Vocabulary): ProofTree
 -  abstract def andInOrder(subtrees: Seq[ProofTree], partialCertificate: PartialCertificate, vocabulary: Vocabulary): ProofTree
 -   abstract  def eliminatedConstant(subtree: ProofTree, m: ModelElement, vocabulary: Vocabulary): ProofTree
A callback to tell that a constant has been eliminated.
A callback to tell that a constant has been eliminated. Upon elimination, it must be possible to provide a witness, i.e., a solution for the eliminated symbols must be computable.
 -  abstract def quantify(subtree: ProofTree, quan: Quantifier, quantifiedConstants: Seq[ConstantTerm], vocabulary: Vocabulary, subtreeOrder: TermOrder): ProofTree
 -  abstract def strengthen(subtree: ProofTree, conjunct: Conjunction, vocabulary: Vocabulary): ProofTree
 -  abstract def updateGoal(updatedFacts: Conjunction, updatedCompoundFormulas: CompoundFormulas, updatedElimConstants: Set[ConstantTerm], updatedVocabulary: Vocabulary, updatedDefinedSyms: Substitution, updatedTasks: TaskManager, branchInferences: BranchInferenceCollection, goal: Goal): ProofTree
 -  abstract def updateGoal(updatedFacts: Conjunction, updatedCompoundFormulas: CompoundFormulas, updatedElimConstants: Set[ConstantTerm], updatedVocabulary: Vocabulary, updatedDefinedSyms: Substitution, newTasks: Iterable[PrioritisedTask], branchInferences: BranchInferenceCollection, goal: Goal): ProofTree
 -  abstract def weaken(subtree: ProofTree, disjunct: Conjunction, vocabulary: Vocabulary): ProofTree
 
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 and(subtrees: Seq[ProofTree], vocabulary: Vocabulary): ProofTree
 -  def andInOrder(subtrees: Seq[ProofTree], vocabulary: Vocabulary): ProofTree
 -   final  def asInstanceOf[T0]: T0
- Definition Classes
 - Any
 
 -    def clone(): AnyRef
- Attributes
 - protected[lang]
 - Definition Classes
 - AnyRef
 - Annotations
 - @throws(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
 
 -   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()
 
 -   final  def isInstanceOf[T0]: Boolean
- Definition Classes
 - Any
 
 -   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()
 
 -   final  def synchronized[T0](arg0: => T0): T0
- Definition Classes
 - AnyRef
 
 -    def toString(): String
- Definition Classes
 - AnyRef → Any
 
 -  def updateGoal(tasks: TaskManager, goal: Goal): ProofTree
 -  def updateGoal(goal: Goal): ProofTree
 -  def updateGoal(newTasks: Iterable[PrioritisedTask], branchInferences: BranchInferenceCollection, goal: Goal): ProofTree
 -  def updateGoal(newTasks: Iterable[PrioritisedTask], goal: Goal): ProofTree
 -  def updateGoal(updatedCompoundFormulas: CompoundFormulas, newTasks: Iterable[PrioritisedTask], updatedVocabulary: Vocabulary, goal: Goal): ProofTree
 -  def updateGoal(updatedCompoundFormulas: CompoundFormulas, newTasks: Iterable[PrioritisedTask], branchInferences: BranchInferenceCollection, goal: Goal): ProofTree
 -  def updateGoal(updatedCompoundFormulas: CompoundFormulas, newTasks: Iterable[PrioritisedTask], goal: Goal): ProofTree
 -  def updateGoal(updatedFacts: Conjunction, updatedCompoundFormulas: CompoundFormulas, newTasks: Iterable[PrioritisedTask], goal: Goal): ProofTree
 -  def updateGoal(updatedCompoundFormulas: CompoundFormulas, goal: Goal): ProofTree
 -  def updateGoal(updatedFacts: Conjunction, updatedVocabulary: Vocabulary, branchInferences: BranchInferenceCollection, goal: Goal): ProofTree
 -  def updateGoal(updatedFacts: Conjunction, branchInferences: BranchInferenceCollection, goal: Goal): ProofTree
 -  def updateGoal(updatedFacts: Conjunction, goal: Goal): ProofTree
 -  def updateGoal(updatedFacts: Conjunction, newTasks: TaskManager, branchInferences: BranchInferenceCollection, goal: Goal): ProofTree
 -  def updateGoal(updatedFacts: Conjunction, newTasks: Iterable[PrioritisedTask], branchInferences: BranchInferenceCollection, goal: Goal): ProofTree
 -  def updateGoal(updatedFacts: Conjunction, newTasks: Iterable[PrioritisedTask], goal: Goal): ProofTree
 -  def updateGoal(updatedElimConstants: Set[ConstantTerm], updatedVocabulary: Vocabulary, newTasks: Iterable[PrioritisedTask], goal: Goal): ProofTree
 -  def updateGoal(updatedElimConstants: Set[ConstantTerm], updatedVocabulary: Vocabulary, newTasks: Iterable[PrioritisedTask], branchInferences: BranchInferenceCollection, goal: Goal): ProofTree
 -  def updateGoalAddQFClause(clause: Conjunction, goal: Goal): ProofTree
 -   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)