Class

at.logic.gapt.provers.escargot.impl

EscargotState

Related Doc: package impl

Permalink

class EscargotState extends Logger

Source
state.scala
Linear Supertypes
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. EscargotState
  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 EscargotState()

    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 EscargotState to any2stringadd[EscargotState] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (EscargotState, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from EscargotState to ArrowAssoc[EscargotState] 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(proof: ResolutionProof): Cls

    Permalink
  9. def InputCls(clause: HOLSequent): Cls

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

    Permalink
  11. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  12. var avatarModel: MapBasedInterpretation

    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. var emptyClauses: Map[HOLClause, Cls]

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

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

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

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

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

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

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    Logger
  26. def finalize(): Unit

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from EscargotState to StringFormat[EscargotState] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  28. final def getClass(): Class[_]

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

    Permalink
    Definition Classes
    AnyRef → Any
  30. def inferenceComputation(given: Cls): Boolean

    Permalink
  31. var inferences: Seq[InferenceRule]

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

    Permalink
    Attributes
    protected
    Definition Classes
    Logger
  33. def isActive(assertion: HOLClause): Boolean

    Permalink
  34. def isActive(cls: Cls): Boolean

    Permalink
  35. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  36. val locked: Set[Cls]

    Permalink
  37. val log: Logger

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

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

    Permalink
  40. var nameGen: NameGenerator

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

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

    Permalink
  43. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  45. def preprocessing(): Unit

    Permalink
  46. var preprocessingRules: Seq[PreprocessingRule]

    Permalink
  47. var strategy: Int

    Permalink
  48. def switchToNewModel(model: Interpretation): Unit

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

    Permalink
    Definition Classes
    AnyRef
  50. var termOrdering: TermOrdering

    Permalink
  51. def toString(): String

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

    Permalink
    Attributes
    protected
    Definition Classes
    Logger
  53. def trySetAssertion(assertion: HOLClause, value: Boolean): Unit

    Permalink
  54. def trySetAvatarAtom(atom: HOLAtom, value: Boolean): Unit

    Permalink
  55. val usable: Set[Cls]

    Permalink
  56. final def wait(): Unit

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

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

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    Logger
  61. var workedOff: Set[Cls]

    Permalink
  62. def [B](y: B): (EscargotState, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from EscargotState to ArrowAssoc[EscargotState] 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 EscargotState to any2stringadd[EscargotState]

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

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

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

Ungrouped