Packages

c

ap.proof.tree

IteratingProofTreeFactory

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
  1. Alphabetic
  2. By Inheritance
Inherited
  1. IteratingProofTreeFactory
  2. SimpleProofTreeFactory
  3. ProofTreeFactory
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new IteratingProofTreeFactory(stoppingCond: (Goal) => Boolean, simplifier: ConstraintSimplifier)

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 and(subtrees: Seq[ProofTree], partialCertificate: PartialCertificate, vocabulary: Vocabulary): ProofTree
  5. def and(subtrees: Seq[ProofTree], vocabulary: Vocabulary): ProofTree
    Definition Classes
    ProofTreeFactory
  6. def andInOrder(subtrees: Seq[ProofTree], partialCertificate: PartialCertificate, vocabulary: Vocabulary): ProofTree
  7. def andInOrder(subtrees: Seq[ProofTree], vocabulary: Vocabulary): ProofTree
    Definition Classes
    ProofTreeFactory
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
  10. 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
    IteratingProofTreeFactorySimpleProofTreeFactory
  11. 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
    SimpleProofTreeFactoryProofTreeFactory
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  14. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  15. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  19. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  20. def quantify(subtree: ProofTree, quan: Quantifier, quantifiedConstants: Seq[ConstantTerm], vocabulary: Vocabulary, subtreeOrder: TermOrder): ProofTree
  21. def strengthen(subtree: ProofTree, conjunct: Conjunction, vocabulary: Vocabulary): ProofTree
  22. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  23. def toString(): String
    Definition Classes
    AnyRef → Any
  24. def updateGoal(updatedFacts: Conjunction, updatedCompoundFormulas: CompoundFormulas, updatedElimConstants: Set[ConstantTerm], updatedVocabulary: Vocabulary, updatedDefinedSyms: Substitution, updatedTaskManager: TaskManager, updatedInferences: BranchInferenceCollection, goal: Goal): ProofTree
  25. def updateGoal(updatedFacts: Conjunction, updatedCompoundFormulas: CompoundFormulas, updatedElimConstants: Set[ConstantTerm], updatedVocabulary: Vocabulary, updatedDefinedSyms: Substitution, newTasks: Iterable[PrioritisedTask], updatedInferences: BranchInferenceCollection, goal: Goal): ProofTree
  26. def updateGoal(tasks: TaskManager, goal: Goal): ProofTree
    Definition Classes
    ProofTreeFactory
  27. def updateGoal(goal: Goal): ProofTree
    Definition Classes
    ProofTreeFactory
  28. def updateGoal(newTasks: Iterable[PrioritisedTask], branchInferences: BranchInferenceCollection, goal: Goal): ProofTree
    Definition Classes
    ProofTreeFactory
  29. def updateGoal(newTasks: Iterable[PrioritisedTask], goal: Goal): ProofTree
    Definition Classes
    ProofTreeFactory
  30. def updateGoal(updatedCompoundFormulas: CompoundFormulas, newTasks: Iterable[PrioritisedTask], updatedVocabulary: Vocabulary, goal: Goal): ProofTree
    Definition Classes
    ProofTreeFactory
  31. def updateGoal(updatedCompoundFormulas: CompoundFormulas, newTasks: Iterable[PrioritisedTask], branchInferences: BranchInferenceCollection, goal: Goal): ProofTree
    Definition Classes
    ProofTreeFactory
  32. def updateGoal(updatedCompoundFormulas: CompoundFormulas, newTasks: Iterable[PrioritisedTask], goal: Goal): ProofTree
    Definition Classes
    ProofTreeFactory
  33. def updateGoal(updatedFacts: Conjunction, updatedCompoundFormulas: CompoundFormulas, newTasks: Iterable[PrioritisedTask], goal: Goal): ProofTree
    Definition Classes
    ProofTreeFactory
  34. def updateGoal(updatedCompoundFormulas: CompoundFormulas, goal: Goal): ProofTree
    Definition Classes
    ProofTreeFactory
  35. def updateGoal(updatedFacts: Conjunction, updatedVocabulary: Vocabulary, branchInferences: BranchInferenceCollection, goal: Goal): ProofTree
    Definition Classes
    ProofTreeFactory
  36. def updateGoal(updatedFacts: Conjunction, branchInferences: BranchInferenceCollection, goal: Goal): ProofTree
    Definition Classes
    ProofTreeFactory
  37. def updateGoal(updatedFacts: Conjunction, goal: Goal): ProofTree
    Definition Classes
    ProofTreeFactory
  38. def updateGoal(updatedFacts: Conjunction, newTasks: TaskManager, branchInferences: BranchInferenceCollection, goal: Goal): ProofTree
    Definition Classes
    ProofTreeFactory
  39. def updateGoal(updatedFacts: Conjunction, newTasks: Iterable[PrioritisedTask], branchInferences: BranchInferenceCollection, goal: Goal): ProofTree
    Definition Classes
    ProofTreeFactory
  40. def updateGoal(updatedFacts: Conjunction, newTasks: Iterable[PrioritisedTask], goal: Goal): ProofTree
    Definition Classes
    ProofTreeFactory
  41. def updateGoal(updatedElimConstants: Set[ConstantTerm], updatedVocabulary: Vocabulary, newTasks: Iterable[PrioritisedTask], goal: Goal): ProofTree
    Definition Classes
    ProofTreeFactory
  42. def updateGoal(updatedElimConstants: Set[ConstantTerm], updatedVocabulary: Vocabulary, newTasks: Iterable[PrioritisedTask], branchInferences: BranchInferenceCollection, goal: Goal): ProofTree
    Definition Classes
    ProofTreeFactory
  43. def updateGoalAddQFClause(clause: Conjunction, goal: Goal): ProofTree
    Definition Classes
    ProofTreeFactory
  44. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  45. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  46. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  47. def weaken(subtree: ProofTree, disjunct: Conjunction, vocabulary: Vocabulary): ProofTree

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 SimpleProofTreeFactory

Inherited from ProofTreeFactory

Inherited from AnyRef

Inherited from Any

Ungrouped