Class

at.logic.gapt.provers.escargot.impl

StandardInferences

Related Doc: package impl

Permalink

class StandardInferences extends AnyRef

Source
inferences.scala
Linear Supertypes
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. StandardInferences
  2. AnyRef
  3. 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 StandardInferences(state: EscargotState, propositional: Boolean)

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  6. object AvatarSplitting extends InferenceRule

    Permalink
  7. object BackwardSubsumption extends InferenceRule

    Permalink
  8. object BackwardUnitRewriting extends InferenceRule

    Permalink
  9. object ClauseFactoring extends SimplificationRule

    Permalink
  10. object Clausification extends Clausifier with InferenceRule

    Permalink
  11. object DuplicateDeletion extends PreprocessingRule

    Permalink
  12. object EqualityResolution extends SimplificationRule

    Permalink
  13. object Factoring extends InferenceRule

    Permalink
  14. object ForwardSubsumption extends RedundancyRule

    Permalink
  15. object ForwardUnitRewriting extends InferenceRule

    Permalink
  16. object OrderEquations extends SimplificationRule

    Permalink
  17. object OrderedResolution extends BinaryInferenceRule

    Permalink
  18. object ReflModEqDeletion extends RedundancyRule

    Permalink
  19. object ReflexivityDeletion extends RedundancyRule

    Permalink
  20. def Subst(proof: ResolutionProof, subst: Substitution): ResolutionProof

    Permalink
  21. object SubsumptionInterreduction extends PreprocessingRule

    Permalink
  22. object Superposition extends BinaryInferenceRule

    Permalink
  23. object TautologyDeletion extends RedundancyRule

    Permalink
  24. object UnifyingEqualityResolution extends InferenceRule

    Permalink
  25. final def asInstanceOf[T0]: T0

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. def ensuring(cond: (StandardInferences) ⇒ Boolean, msg: ⇒ Any): StandardInferences

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  33. def finalize(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  36. def getFOPositions(exp: LambdaExpression): Map[LambdaExpression, Seq[LambdaPosition]]

    Permalink
  37. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  38. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  39. def matching(a: LambdaExpression, b: LambdaExpression): Option[Substitution]

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

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

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

    Permalink
    Definition Classes
    AnyRef
  43. def subsume(a: HOLSequent, b: HOLSequent): Option[Substitution]

    Permalink
  44. def subsume(a: Cls, b: Cls): Option[Substitution]

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  47. def unify(a: LambdaExpression, b: LambdaExpression): Option[Substitution]

    Permalink
  48. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  51. def [B](y: B): (StandardInferences, B)

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

Inherited from AnyRef

Inherited from Any

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

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

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

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

Ungrouped