Object

at.logic.gapt.algorithms.rewriting

RenameResproof

Related Doc: package rewriting

Permalink

object RenameResproof extends Logger

***** Term Replacement ********** replaces all occurences of term "what" by term "by" in term "term" -- be careful with replacing variables, there is no scope checking

usable on resolution proofs

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. RenameResproof
  2. Logger
  3. AnyRef
  4. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Type Members

  1. type OccMap = Map[FormulaOccurrence, FormulaOccurrence]

    Permalink
  2. type ProofMap = Map[RobinsonResolutionProof, (OccMap, RobinsonResolutionProof)]

    Permalink
  3. type SymbolMap = Map[FOLTerm, FOLTerm]

    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 add_pmap(pmap: ProofMap, parent: RobinsonResolutionProof): (ProofMap, OccMap, RobinsonResolutionProof)

    Permalink
  5. final def asInstanceOf[T0]: T0

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. def debug(msg: ⇒ String): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logger
  8. val emptyOccMap: Map[FormulaOccurrence, FormulaOccurrence]

    Permalink
  9. val emptyProofMap: Map[RobinsonResolutionProof, (Map[FormulaOccurrence, FormulaOccurrence], RobinsonResolutionProof)]

    Permalink
  10. val emptySymbolMap: Map[FOLTerm, FOLTerm]

    Permalink
  11. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  13. def error(msg: ⇒ String, e: Throwable): Nothing

    Permalink
    Attributes
    protected
    Definition Classes
    Logger
  14. def error(msg: ⇒ String): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logger
  15. def extendw_pmap(index: RobinsonResolutionProof, p: ProofMap, o: OccMap, i: RobinsonResolutionProof): (Map[RobinsonResolutionProof, (OccMap, RobinsonResolutionProof)], OccMap, RobinsonResolutionProof)

    Permalink
  16. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  17. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  18. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  19. def info(msg: ⇒ String): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logger
  20. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  21. val log: Logger

    Permalink
    Attributes
    protected
    Definition Classes
    Logger
  22. def loggerName: String

    Permalink
    Attributes
    protected
    Definition Classes
    Logger
  23. final def ne(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef
  25. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  26. def rename_resproof(p: RobinsonResolutionProof, irules: Set[RobinsonResolutionProof], smap: SymbolMap, pmap: ProofMap): (ProofMap, OccMap, RobinsonResolutionProof)

    Permalink
  27. def rename_resproof(p: RobinsonResolutionProof, irules: Set[RobinsonResolutionProof], smap: SymbolMap): RobinsonResolutionProof

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  30. def trace(msg: ⇒ String): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logger
  31. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long, arg1: Int): Unit

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. def warn(msg: ⇒ String, e: Throwable): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logger
  35. def warn(msg: ⇒ String): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logger

Inherited from Logger

Inherited from AnyRef

Inherited from Any

Ungrouped