class IteratingProofTreeFactory extends SimpleProofTreeFactory
Proof tree factory in which updating a goal will recursive apply further rules, until some stopping condition holds
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- IteratingProofTreeFactory
- SimpleProofTreeFactory
- ProofTreeFactory
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new IteratingProofTreeFactory(stoppingCond: (Goal) => Boolean, simplifier: ConstraintSimplifier)
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], partialCertificate: PartialCertificate, vocabulary: Vocabulary): ProofTree
- Definition Classes
- SimpleProofTreeFactory → ProofTreeFactory
- def and(subtrees: Seq[ProofTree], vocabulary: Vocabulary): ProofTree
- Definition Classes
- ProofTreeFactory
- def andInOrder(subtrees: Seq[ProofTree], partialCertificate: PartialCertificate, vocabulary: Vocabulary): ProofTree
- Definition Classes
- SimpleProofTreeFactory → ProofTreeFactory
- def andInOrder(subtrees: Seq[ProofTree], vocabulary: Vocabulary): ProofTree
- Definition Classes
- ProofTreeFactory
- 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()
- def createNewGoal(updatedFacts: Conjunction, updatedCompoundFormulas: CompoundFormulas, updatedElimConstants: Set[ConstantTerm], updatedVocabulary: Vocabulary, updatedDefinedSyms: Substitution, newTasks: TaskManager, age: Int, branchInferences: BranchInferenceCollection, settings: GoalSettings): ProofTree
- Attributes
- protected
- Definition Classes
- IteratingProofTreeFactory → SimpleProofTreeFactory
- 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.
- Definition Classes
- SimpleProofTreeFactory → ProofTreeFactory
- 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()
- def quantify(subtree: ProofTree, quan: Quantifier, quantifiedConstants: Seq[ConstantTerm], vocabulary: Vocabulary, subtreeOrder: TermOrder): ProofTree
- Definition Classes
- SimpleProofTreeFactory → ProofTreeFactory
- def strengthen(subtree: ProofTree, conjunct: Conjunction, vocabulary: Vocabulary): ProofTree
- Definition Classes
- SimpleProofTreeFactory → ProofTreeFactory
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def updateGoal(updatedFacts: Conjunction, updatedCompoundFormulas: CompoundFormulas, updatedElimConstants: Set[ConstantTerm], updatedVocabulary: Vocabulary, updatedDefinedSyms: Substitution, updatedTaskManager: TaskManager, updatedInferences: BranchInferenceCollection, goal: Goal): ProofTree
- Definition Classes
- SimpleProofTreeFactory → ProofTreeFactory
- def updateGoal(updatedFacts: Conjunction, updatedCompoundFormulas: CompoundFormulas, updatedElimConstants: Set[ConstantTerm], updatedVocabulary: Vocabulary, updatedDefinedSyms: Substitution, newTasks: Iterable[PrioritisedTask], updatedInferences: BranchInferenceCollection, goal: Goal): ProofTree
- Definition Classes
- SimpleProofTreeFactory → ProofTreeFactory
- def updateGoal(tasks: TaskManager, goal: Goal): ProofTree
- Definition Classes
- ProofTreeFactory
- def updateGoal(goal: Goal): ProofTree
- Definition Classes
- ProofTreeFactory
- def updateGoal(newTasks: Iterable[PrioritisedTask], branchInferences: BranchInferenceCollection, goal: Goal): ProofTree
- Definition Classes
- ProofTreeFactory
- def updateGoal(newTasks: Iterable[PrioritisedTask], goal: Goal): ProofTree
- Definition Classes
- ProofTreeFactory
- def updateGoal(updatedCompoundFormulas: CompoundFormulas, newTasks: Iterable[PrioritisedTask], updatedVocabulary: Vocabulary, goal: Goal): ProofTree
- Definition Classes
- ProofTreeFactory
- def updateGoal(updatedCompoundFormulas: CompoundFormulas, newTasks: Iterable[PrioritisedTask], branchInferences: BranchInferenceCollection, goal: Goal): ProofTree
- Definition Classes
- ProofTreeFactory
- def updateGoal(updatedCompoundFormulas: CompoundFormulas, newTasks: Iterable[PrioritisedTask], goal: Goal): ProofTree
- Definition Classes
- ProofTreeFactory
- def updateGoal(updatedFacts: Conjunction, updatedCompoundFormulas: CompoundFormulas, newTasks: Iterable[PrioritisedTask], goal: Goal): ProofTree
- Definition Classes
- ProofTreeFactory
- def updateGoal(updatedCompoundFormulas: CompoundFormulas, goal: Goal): ProofTree
- Definition Classes
- ProofTreeFactory
- def updateGoal(updatedFacts: Conjunction, updatedVocabulary: Vocabulary, branchInferences: BranchInferenceCollection, goal: Goal): ProofTree
- Definition Classes
- ProofTreeFactory
- def updateGoal(updatedFacts: Conjunction, branchInferences: BranchInferenceCollection, goal: Goal): ProofTree
- Definition Classes
- ProofTreeFactory
- def updateGoal(updatedFacts: Conjunction, goal: Goal): ProofTree
- Definition Classes
- ProofTreeFactory
- def updateGoal(updatedFacts: Conjunction, newTasks: TaskManager, branchInferences: BranchInferenceCollection, goal: Goal): ProofTree
- Definition Classes
- ProofTreeFactory
- def updateGoal(updatedFacts: Conjunction, newTasks: Iterable[PrioritisedTask], branchInferences: BranchInferenceCollection, goal: Goal): ProofTree
- Definition Classes
- ProofTreeFactory
- def updateGoal(updatedFacts: Conjunction, newTasks: Iterable[PrioritisedTask], goal: Goal): ProofTree
- Definition Classes
- ProofTreeFactory
- def updateGoal(updatedElimConstants: Set[ConstantTerm], updatedVocabulary: Vocabulary, newTasks: Iterable[PrioritisedTask], goal: Goal): ProofTree
- Definition Classes
- ProofTreeFactory
- def updateGoal(updatedElimConstants: Set[ConstantTerm], updatedVocabulary: Vocabulary, newTasks: Iterable[PrioritisedTask], branchInferences: BranchInferenceCollection, goal: Goal): ProofTree
- Definition Classes
- ProofTreeFactory
- def updateGoalAddQFClause(clause: Conjunction, goal: Goal): ProofTree
- Definition Classes
- ProofTreeFactory
- 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])
- def weaken(subtree: ProofTree, disjunct: Conjunction, vocabulary: Vocabulary): ProofTree
- Definition Classes
- SimpleProofTreeFactory → ProofTreeFactory
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)