Class

at.logic.gapt.provers.escargot

EscargotLoop

Related Doc: package escargot

Permalink

class EscargotLoop extends Logger

Source
escargot.scala
Linear Supertypes
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. EscargotLoop
  2. Logger
  3. AnyRef
  4. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new EscargotLoop()

    Permalink

Type Members

  1. class Cls extends AnyRef

    Permalink

Value Members

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from EscargotLoop to any2stringadd[EscargotLoop] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (EscargotLoop, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from EscargotLoop to ArrowAssoc[EscargotLoop] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  6. def DerivedCls(parent1: Cls, parent2: Cls, newProof: ResolutionProof): Cls

    Permalink
  7. def DerivedCls(parent: Cls, newProof: ResolutionProof): Cls

    Permalink
  8. def InputCls(clause: HOLClause): Cls

    Permalink
  9. def SimpCls(parent: Cls, newProof: ResolutionProof): Cls

    Permalink
  10. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  11. def backwardSubsumption(given: Cls): Unit

    Permalink
  12. def canonize(expr: LambdaExpression): LambdaExpression

    Permalink
  13. def choose(): Cls

    Permalink
  14. def clauseProcessing(): Unit

    Permalink
  15. def clone(): AnyRef

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

    Permalink
    Attributes
    protected
    Definition Classes
    Logger
  17. def deleteDuplicates(): Unit

    Permalink
  18. def ensuring(cond: (EscargotLoop) ⇒ Boolean, msg: ⇒ Any): EscargotLoop

    Permalink
    Implicit information
    This member is added by an implicit conversion from EscargotLoop to Ensuring[EscargotLoop] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  19. def ensuring(cond: (EscargotLoop) ⇒ Boolean): EscargotLoop

    Permalink
    Implicit information
    This member is added by an implicit conversion from EscargotLoop to Ensuring[EscargotLoop] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  20. def ensuring(cond: Boolean, msg: ⇒ Any): EscargotLoop

    Permalink
    Implicit information
    This member is added by an implicit conversion from EscargotLoop to Ensuring[EscargotLoop] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  21. def ensuring(cond: Boolean): EscargotLoop

    Permalink
    Implicit information
    This member is added by an implicit conversion from EscargotLoop to Ensuring[EscargotLoop] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  22. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  23. def equalityResolution(): Unit

    Permalink
  24. def equals(arg0: Any): Boolean

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    Logger
  27. def factorClauses(): Unit

    Permalink
  28. def factoring(given: Cls): Unit

    Permalink
  29. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  30. def formatted(fmtstr: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from EscargotLoop to StringFormat[EscargotLoop] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  31. def forwardSubsumption(): Unit

    Permalink
  32. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  33. var hasEquality: Boolean

    Permalink
  34. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  35. def inferenceComputation(given: Cls): Unit

    Permalink
  36. def info(msg: ⇒ String): Unit

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

    Permalink
    Definition Classes
    Any
  38. def isReflModE(cls: Cls): Boolean

    Permalink
  39. def isSubsumedByWorkedOff(given: Cls): Boolean

    Permalink
  40. val log: Logger

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

    Permalink
    Attributes
    protected
    Definition Classes
    Logger
  42. def loop(): Option[ResolutionProof]

    Permalink
  43. def matching(a: LambdaExpression, b: LambdaExpression): Option[Substitution]

    Permalink
  44. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  45. var newlyDerived: Set[Cls]

    Permalink
  46. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  48. def orderEquations(): Unit

    Permalink
  49. def orderedParamodulation(c1: Cls, c2: Cls): Unit

    Permalink
  50. def orderedParamodulation(given: Cls): Unit

    Permalink
  51. def orderedResolution(c1: Cls, c2: Cls): Unit

    Permalink
  52. def orderedResolution(given: Cls): Unit

    Permalink
  53. def preprocessing(): Unit

    Permalink
  54. var propositional: Boolean

    Permalink
  55. def reflexivityDeletion(): Unit

    Permalink
  56. var strategy: Int

    Permalink
  57. def subsume(a: HOLClause, b: HOLClause): Option[Substitution]

    Permalink
  58. def subsumptionDeletion(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  60. def tautologyDeletion(): Unit

    Permalink
  61. var termOrdering: TermOrdering

    Permalink
  62. def toString(): String

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

    Permalink
    Attributes
    protected
    Definition Classes
    Logger
  64. def unify(a: LambdaExpression, b: LambdaExpression): Option[Substitution]

    Permalink
  65. def unifyingEqualityResolution(given: Cls): Unit

    Permalink
  66. def unitRewriteNew(): Unit

    Permalink
  67. def unitRewriting(cs: Traversable[Cls], c2: Cls): Boolean

    Permalink
  68. def unitRewriting(given: Cls): Unit

    Permalink
  69. val usable: Set[Cls]

    Permalink
  70. final def wait(): Unit

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

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

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    Logger
  75. val workedOff: Set[Cls]

    Permalink
  76. def [B](y: B): (EscargotLoop, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from EscargotLoop to ArrowAssoc[EscargotLoop] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Inherited from Logger

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from EscargotLoop to any2stringadd[EscargotLoop]

Inherited by implicit conversion StringFormat from EscargotLoop to StringFormat[EscargotLoop]

Inherited by implicit conversion Ensuring from EscargotLoop to Ensuring[EscargotLoop]

Inherited by implicit conversion ArrowAssoc from EscargotLoop to ArrowAssoc[EscargotLoop]

Ungrouped