Packages

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(ctx: MutableContext)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String
    Implicit
    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)
    Implicit
    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
    Definition Classes
    AnyRef → Any
  6. def DerivedCls(parent1: Cls, parent2: Cls, newProof: ResolutionProof): Cls
  7. def DerivedCls(parent: Cls, newProof: ResolutionProof): Cls
  8. def InputCls(proof: ResolutionProof): Cls
  9. def InputCls(clause: HOLSequent): Cls
  10. def SimpCls(parent: Cls, newProof: ResolutionProof): Cls
  11. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  12. var avatarModel: PropositionalModel
  13. def choose(): Cls
  14. def clauseProcessing(): Unit
  15. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  16. val ctx: MutableContext
  17. def debug(msg: ⇒ Any): Unit
    Attributes
    protected
    Definition Classes
    Logger
  18. var emptyClauses: Map[HOLClause, Cls]
  19. def ensuring(cond: (EscargotState) ⇒ Boolean, msg: ⇒ Any): EscargotState
    Implicit
    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: (EscargotState) ⇒ Boolean): EscargotState
    Implicit
    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, msg: ⇒ Any): EscargotState
    Implicit
    This member is added by an implicit conversion from EscargotState to Ensuring[EscargotState] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  22. def ensuring(cond: Boolean): EscargotState
    Implicit
    This member is added by an implicit conversion from EscargotState to Ensuring[EscargotState] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  23. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  25. def error(msg: ⇒ Any, e: Throwable): Nothing
    Attributes
    protected
    Definition Classes
    Logger
  26. def error(msg: ⇒ Any): Unit
    Attributes
    protected
    Definition Classes
    Logger
  27. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  28. def formatted(fmtstr: String): String
    Implicit
    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()
  29. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  30. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  31. def inferenceComputation(given: Cls): Boolean
  32. var inferences: Seq[InferenceRule]
  33. def info(msg: ⇒ Any): Unit
    Attributes
    protected
    Definition Classes
    Logger
  34. def isActive(assertion: HOLClause): Boolean
  35. def isActive(cls: Cls): Boolean
  36. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  37. val locked: Set[(Cls, Option[HOLClause])]
  38. def loop(): Option[ResolutionProof]
  39. def makeVerbose(): Unit
    Definition Classes
    Logger
  40. var nameGen: NameGenerator
  41. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  42. var newlyDerived: Set[Cls]
  43. final def notify(): Unit
    Definition Classes
    AnyRef
  44. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  45. def preprocessing(): Unit
  46. var preprocessingRules: Seq[PreprocessingRule]
  47. def stateAsFormula: Formula
  48. var strategy: Int
  49. def switchToNewModel(model: PropositionalModel): Unit
  50. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  51. var termOrdering: TermOrdering
  52. def toString(): String
    Definition Classes
    AnyRef → Any
  53. def trace(msg: ⇒ Any): Unit
    Attributes
    protected
    Definition Classes
    Logger
  54. def trySetAssertion(assertion: HOLClause, value: Boolean): Unit
  55. def trySetAvatarAtom(atom: Atom, value: Boolean): Unit
  56. val usable: Set[Cls]
  57. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  58. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  59. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  60. def warn(msg: ⇒ Any, e: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logger
  61. def warn(msg: ⇒ Any): Unit
    Attributes
    protected
    Definition Classes
    Logger
  62. var workedOff: Set[Cls]
  63. def [B](y: B): (EscargotState, B)
    Implicit
    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