Packages

class FOLSubstitution extends Substitution

Source
FOLSubstitution.scala
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. FOLSubstitution
  2. Substitution
  3. PreSubstitution
  4. AnyRef
  5. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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 +(v: TVar, t: Ty): PreSubstitution
    Definition Classes
    PreSubstitution
  4. def +(v: Var, t: Expr): PreSubstitution
    Definition Classes
    PreSubstitution
  5. def ->[B](y: B): (FOLSubstitution, B)
    Implicit
    This member is added by an implicit conversion from FOLSubstitution toArrowAssoc[FOLSubstitution] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  6. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  7. 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.

  8. def apply(v: Var): Expr
    Definition Classes
    SubstitutionPreSubstitution
  9. 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
  10. def asFOLSubstitution: FOLSubstitution
    Definition Classes
    PreSubstitution
  11. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  12. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  13. def compose(sub: FOLSubstitution): FOLSubstitution
  14. def compose(that: Substitution): Substitution

    Compose two substitutions such that (a compose b)(x) == a(b(x)).

    Compose two substitutions such that (a compose b)(x) == a(b(x)).

    Definition Classes
    Substitution
  15. def domain: Set[Var]
    Definition Classes
    PreSubstitution
  16. def ensuring(cond: (FOLSubstitution) => Boolean, msg: => Any): FOLSubstitution
    Implicit
    This member is added by an implicit conversion from FOLSubstitution toEnsuring[FOLSubstitution] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  17. def ensuring(cond: (FOLSubstitution) => Boolean): FOLSubstitution
    Implicit
    This member is added by an implicit conversion from FOLSubstitution toEnsuring[FOLSubstitution] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  18. def ensuring(cond: Boolean, msg: => Any): FOLSubstitution
    Implicit
    This member is added by an implicit conversion from FOLSubstitution toEnsuring[FOLSubstitution] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  19. def ensuring(cond: Boolean): FOLSubstitution
    Implicit
    This member is added by an implicit conversion from FOLSubstitution toEnsuring[FOLSubstitution] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  20. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. def equals(a: Any): Boolean
    Definition Classes
    PreSubstitution → AnyRef → Any
  22. val folmap: Map[FOLVar, FOLTerm]
  23. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  24. def hashCode(): Int
    Definition Classes
    PreSubstitution → AnyRef → Any
  25. def isEmpty: Boolean
    Definition Classes
    PreSubstitution
  26. def isIdentity: Boolean
    Definition Classes
    PreSubstitution
  27. def isInjective(dom: Set[Var]): Boolean
    Definition Classes
    Substitution
  28. def isInjectiveOnDomain: Boolean
    Definition Classes
    Substitution
  29. def isInjectiveRenaming: Boolean
    Definition Classes
    PreSubstitution
  30. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  31. def isRenaming: Boolean
    Definition Classes
    PreSubstitution
  32. val map: Map[Var, Expr]
    Definition Classes
    PreSubstitution
  33. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  34. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  35. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  36. def range: Set[Var]
    Definition Classes
    PreSubstitution
  37. def restrict(newDomain: Iterable[Var]): Substitution
    Definition Classes
    Substitution
  38. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  39. def toString(): String
    Definition Classes
    PreSubstitution → AnyRef → Any
  40. def toSubstitution: Substitution
    Definition Classes
    PreSubstitution
  41. val typeMap: Map[TVar, Ty]
    Definition Classes
    PreSubstitution
  42. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  43. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  44. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Shadowed Implicit Value Members

  1. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from FOLSubstitution toany2stringadd[FOLSubstitution] performed by method any2stringadd in scala.Predef.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (fOLSubstitution: any2stringadd[FOLSubstitution]).+(other)
    Definition Classes
    any2stringadd

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated
  2. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from FOLSubstitution toStringFormat[FOLSubstitution] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.12.16) Use formatString.format(value) instead of value.formatted(formatString), or use the f"" string interpolator. In Java 15 and later, formatted resolves to the new method in String which has reversed parameters.

  3. def [B](y: B): (FOLSubstitution, B)
    Implicit
    This member is added by an implicit conversion from FOLSubstitution toArrowAssoc[FOLSubstitution] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

Inherited from Substitution

Inherited from PreSubstitution

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd fromFOLSubstitution to any2stringadd[FOLSubstitution]

Inherited by implicit conversion StringFormat fromFOLSubstitution to StringFormat[FOLSubstitution]

Inherited by implicit conversion Ensuring fromFOLSubstitution to Ensuring[FOLSubstitution]

Inherited by implicit conversion ArrowAssoc fromFOLSubstitution to ArrowAssoc[FOLSubstitution]

Ungrouped