Class

ap.proof.tree

IteratingProofTreeFactory

Related Doc: package tree

Permalink

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. All

Instance Constructors

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

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def and(subtrees: Seq[ProofTree], partialCertificate: PartialCertificate, vocabulary: Vocabulary): ProofTree

    Permalink
  5. def and(subtrees: Seq[ProofTree], vocabulary: Vocabulary): ProofTree

    Permalink
    Definition Classes
    ProofTreeFactory
  6. def andInOrder(subtrees: Seq[ProofTree], partialCertificate: PartialCertificate, vocabulary: Vocabulary): ProofTree

    Permalink
  7. def andInOrder(subtrees: Seq[ProofTree], vocabulary: Vocabulary): ProofTree

    Permalink
    Definition Classes
    ProofTreeFactory
  8. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  9. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  10. def createNewGoal(updatedFacts: Conjunction, updatedCompoundFormulas: CompoundFormulas, updatedElimConstants: Set[ConstantTerm], updatedVocabulary: Vocabulary, updatedDefinedSyms: Substitution, newTasks: TaskManager, age: Int, branchInferences: BranchInferenceCollection, settings: GoalSettings): ProofTree

    Permalink
    Attributes
    protected
    Definition Classes
    IteratingProofTreeFactorySimpleProofTreeFactory
  11. def eliminatedConstant(subtree: ProofTree, m: ModelElement, vocabulary: Vocabulary): ProofTree

    Permalink

    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

    Permalink
    Definition Classes
    AnyRef
  13. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  14. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  15. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  16. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  17. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  18. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  19. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  20. def quantify(subtree: ProofTree, quan: Quantifier, quantifiedConstants: Seq[ConstantTerm], vocabulary: Vocabulary, subtreeOrder: TermOrder): ProofTree

    Permalink
  21. def strengthen(subtree: ProofTree, conjunct: Conjunction, vocabulary: Vocabulary): ProofTree

    Permalink
  22. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  23. def toString(): String

    Permalink
    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

    Permalink
  25. def updateGoal(updatedFacts: Conjunction, updatedCompoundFormulas: CompoundFormulas, updatedElimConstants: Set[ConstantTerm], updatedVocabulary: Vocabulary, updatedDefinedSyms: Substitution, newTasks: Iterable[PrioritisedTask], updatedInferences: BranchInferenceCollection, goal: Goal): ProofTree

    Permalink
  26. def updateGoal(tasks: TaskManager, goal: Goal): ProofTree

    Permalink
    Definition Classes
    ProofTreeFactory
  27. def updateGoal(goal: Goal): ProofTree

    Permalink
    Definition Classes
    ProofTreeFactory
  28. def updateGoal(newTasks: Iterable[PrioritisedTask], branchInferences: BranchInferenceCollection, goal: Goal): ProofTree

    Permalink
    Definition Classes
    ProofTreeFactory
  29. def updateGoal(newTasks: Iterable[PrioritisedTask], goal: Goal): ProofTree

    Permalink
    Definition Classes
    ProofTreeFactory
  30. def updateGoal(updatedCompoundFormulas: CompoundFormulas, newTasks: Iterable[PrioritisedTask], updatedVocabulary: Vocabulary, goal: Goal): ProofTree

    Permalink
    Definition Classes
    ProofTreeFactory
  31. def updateGoal(updatedCompoundFormulas: CompoundFormulas, newTasks: Iterable[PrioritisedTask], branchInferences: BranchInferenceCollection, goal: Goal): ProofTree

    Permalink
    Definition Classes
    ProofTreeFactory
  32. def updateGoal(updatedCompoundFormulas: CompoundFormulas, newTasks: Iterable[PrioritisedTask], goal: Goal): ProofTree

    Permalink
    Definition Classes
    ProofTreeFactory
  33. def updateGoal(updatedFacts: Conjunction, updatedCompoundFormulas: CompoundFormulas, newTasks: Iterable[PrioritisedTask], goal: Goal): ProofTree

    Permalink
    Definition Classes
    ProofTreeFactory
  34. def updateGoal(updatedCompoundFormulas: CompoundFormulas, goal: Goal): ProofTree

    Permalink
    Definition Classes
    ProofTreeFactory
  35. def updateGoal(updatedFacts: Conjunction, updatedVocabulary: Vocabulary, branchInferences: BranchInferenceCollection, goal: Goal): ProofTree

    Permalink
    Definition Classes
    ProofTreeFactory
  36. def updateGoal(updatedFacts: Conjunction, branchInferences: BranchInferenceCollection, goal: Goal): ProofTree

    Permalink
    Definition Classes
    ProofTreeFactory
  37. def updateGoal(updatedFacts: Conjunction, goal: Goal): ProofTree

    Permalink
    Definition Classes
    ProofTreeFactory
  38. def updateGoal(updatedFacts: Conjunction, newTasks: TaskManager, branchInferences: BranchInferenceCollection, goal: Goal): ProofTree

    Permalink
    Definition Classes
    ProofTreeFactory
  39. def updateGoal(updatedFacts: Conjunction, newTasks: Iterable[PrioritisedTask], branchInferences: BranchInferenceCollection, goal: Goal): ProofTree

    Permalink
    Definition Classes
    ProofTreeFactory
  40. def updateGoal(updatedFacts: Conjunction, newTasks: Iterable[PrioritisedTask], goal: Goal): ProofTree

    Permalink
    Definition Classes
    ProofTreeFactory
  41. def updateGoal(updatedElimConstants: Set[ConstantTerm], updatedVocabulary: Vocabulary, newTasks: Iterable[PrioritisedTask], goal: Goal): ProofTree

    Permalink
    Definition Classes
    ProofTreeFactory
  42. def updateGoal(updatedElimConstants: Set[ConstantTerm], updatedVocabulary: Vocabulary, newTasks: Iterable[PrioritisedTask], branchInferences: BranchInferenceCollection, goal: Goal): ProofTree

    Permalink
    Definition Classes
    ProofTreeFactory
  43. def updateGoalAddQFClause(clause: Conjunction, goal: Goal): ProofTree

    Permalink
    Definition Classes
    ProofTreeFactory
  44. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  45. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  46. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  47. def weaken(subtree: ProofTree, disjunct: Conjunction, vocabulary: Vocabulary): ProofTree

    Permalink

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from SimpleProofTreeFactory

Inherited from ProofTreeFactory

Inherited from AnyRef

Inherited from Any

Ungrouped