class FOLSubstitution extends Substitution

Source
substitution.scala
Linear Supertypes
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. FOLSubstitution
  2. Substitution
  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 FOLSubstitution(folmap: Map[FOLVar, FOLTerm])

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 FOLSubstitution to any2stringadd[FOLSubstitution] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (FOLSubstitution, B)
    Implicit
    This member is added by an implicit conversion from FOLSubstitution to ArrowAssoc[FOLSubstitution] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. def apply[T, U](x: T)(implicit ev: Substitutable[FOLSubstitution, T, U], dummyImplicit: DummyImplicit): U

    Applies this substitution to an object.

    Applies this substitution to an object.

    T

    The type of x.

    U

    The type of x substituted.

    x

    The object to be substituted.

    ev

    Testifies that applying a FOLSubstitution to an element of type T will result in an element of type U.

  7. def apply[T, U](x: T)(implicit ev: Substitutable[Substitution, T, U]): U

    Applies this substitution to an object.

    Applies this substitution to an object.

    T

    The type of x.

    U

    The type of x substituted.

    x

    The object to be substituted.

    ev

    Testifies that applying a Substitution to an element of type T will result in an element of type U.

    Definition Classes
    Substitution
  8. def asFOLSubstitution: FOLSubstitution
    Definition Classes
    Substitution
  9. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  10. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. def compose(sub: FOLSubstitution): FOLSubstitution
  12. def compose(sub: Substitution): Substitution
    Definition Classes
    Substitution
  13. def domain: Set[Var]
    Definition Classes
    Substitution
  14. def ensuring(cond: (FOLSubstitution) ⇒ Boolean, msg: ⇒ Any): FOLSubstitution
    Implicit
    This member is added by an implicit conversion from FOLSubstitution to Ensuring[FOLSubstitution] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  15. def ensuring(cond: (FOLSubstitution) ⇒ Boolean): FOLSubstitution
    Implicit
    This member is added by an implicit conversion from FOLSubstitution to Ensuring[FOLSubstitution] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  16. def ensuring(cond: Boolean, msg: ⇒ Any): FOLSubstitution
    Implicit
    This member is added by an implicit conversion from FOLSubstitution to Ensuring[FOLSubstitution] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  17. def ensuring(cond: Boolean): FOLSubstitution
    Implicit
    This member is added by an implicit conversion from FOLSubstitution to Ensuring[FOLSubstitution] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  18. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. def equals(a: Any): Boolean
    Definition Classes
    Substitution → AnyRef → Any
  20. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  21. val folmap: Map[FOLVar, FOLTerm]
  22. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from FOLSubstitution to StringFormat[FOLSubstitution] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  23. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  24. def hashCode(): Int
    Definition Classes
    Substitution → AnyRef → Any
  25. def isIdentity: Boolean
    Definition Classes
    Substitution
  26. def isInjective(dom: Set[Var]): Boolean
    Definition Classes
    Substitution
  27. def isInjectiveOnDomain: Boolean
    Definition Classes
    Substitution
  28. def isInjectiveRenaming: Boolean
    Definition Classes
    Substitution
  29. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  30. def isRenaming: Boolean
    Definition Classes
    Substitution
  31. val map: Map[Var, LambdaExpression]
    Definition Classes
    Substitution
  32. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  33. final def notify(): Unit
    Definition Classes
    AnyRef
  34. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  35. def range: Set[Var]
    Definition Classes
    Substitution
  36. def restrict(newDomain: Iterable[Var]): Substitution
    Definition Classes
    Substitution
  37. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  38. def toString(): String
    Definition Classes
    Substitution → AnyRef → Any
  39. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. def [B](y: B): (FOLSubstitution, B)
    Implicit
    This member is added by an implicit conversion from FOLSubstitution to ArrowAssoc[FOLSubstitution] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Inherited from Substitution

Inherited from AnyRef

Inherited from Any

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

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

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

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

Ungrouped