Class

ap.proof.tree

ProofTreeFactory

Related Doc: package tree

Permalink

abstract class ProofTreeFactory extends AnyRef

Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ProofTreeFactory
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ProofTreeFactory()

    Permalink

Abstract Value Members

  1. abstract def and(subtrees: Seq[ProofTree], partialCertificate: PartialCertificate, vocabulary: Vocabulary): ProofTree

    Permalink
  2. abstract def andInOrder(subtrees: Seq[ProofTree], partialCertificate: PartialCertificate, vocabulary: Vocabulary): ProofTree

    Permalink
  3. abstract 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.

  4. abstract def quantify(subtree: ProofTree, quan: Quantifier, quantifiedConstants: Seq[ConstantTerm], vocabulary: Vocabulary, subtreeOrder: TermOrder): ProofTree

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

    Permalink
  6. abstract def updateGoal(updatedFacts: Conjunction, updatedCompoundFormulas: CompoundFormulas, updatedElimConstants: Set[ConstantTerm], updatedVocabulary: Vocabulary, updatedDefinedSyms: Substitution, updatedTasks: TaskManager, branchInferences: BranchInferenceCollection, goal: Goal): ProofTree

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

    Permalink
  8. abstract def weaken(subtree: ProofTree, disjunct: Conjunction, vocabulary: Vocabulary): ProofTree

    Permalink

Concrete 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], vocabulary: Vocabulary): ProofTree

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

    Permalink
  6. final def asInstanceOf[T0]: T0

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  8. final def eq(arg0: AnyRef): Boolean

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  16. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    AnyRef → Any
  18. def updateGoal(tasks: TaskManager, goal: Goal): ProofTree

    Permalink
  19. def updateGoal(goal: Goal): ProofTree

    Permalink
  20. def updateGoal(newTasks: Iterable[PrioritisedTask], branchInferences: BranchInferenceCollection, goal: Goal): ProofTree

    Permalink
  21. def updateGoal(newTasks: Iterable[PrioritisedTask], goal: Goal): ProofTree

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

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

    Permalink
  24. def updateGoal(updatedCompoundFormulas: CompoundFormulas, newTasks: Iterable[PrioritisedTask], goal: Goal): ProofTree

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

    Permalink
  26. def updateGoal(updatedCompoundFormulas: CompoundFormulas, goal: Goal): ProofTree

    Permalink
  27. def updateGoal(updatedFacts: Conjunction, updatedVocabulary: Vocabulary, branchInferences: BranchInferenceCollection, goal: Goal): ProofTree

    Permalink
  28. def updateGoal(updatedFacts: Conjunction, branchInferences: BranchInferenceCollection, goal: Goal): ProofTree

    Permalink
  29. def updateGoal(updatedFacts: Conjunction, goal: Goal): ProofTree

    Permalink
  30. def updateGoal(updatedFacts: Conjunction, newTasks: TaskManager, branchInferences: BranchInferenceCollection, goal: Goal): ProofTree

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

    Permalink
  32. def updateGoal(updatedFacts: Conjunction, newTasks: Iterable[PrioritisedTask], goal: Goal): ProofTree

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

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

    Permalink
  35. def updateGoalAddQFClause(clause: Conjunction, goal: Goal): ProofTree

    Permalink
  36. final def wait(arg0: Long, arg1: Int): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

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 AnyRef

Inherited from Any

Ungrouped