case class ParMapState(termDist: ParMap[Term, Double], typDist: ParMap[Typ[Term], Double], vars: Vector[Term] = Vector(), inds: ParMap[ExstInducDefn, Double] = ParMap(), goalDist: ParMap[Typ[Term], Double] = ParMap(), context: Context = Context.Empty) extends Product with Serializable
- Alphabetic
- By Inheritance
- ParMapState
- Serializable
- Product
- Equals
- AnyRef
- Any
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
- Public
- Protected
Instance Constructors
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- def +(other: String): String
- Implicit
- This member is added by an implicit conversion from ParMapState toany2stringadd[ParMapState] performed by method any2stringadd in scala.Predef.
- Definition Classes
- any2stringadd
- def ->[B](y: B): (ParMapState, B)
- Implicit
- This member is added by an implicit conversion from ParMapState toArrowAssoc[ParMapState] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
- Annotations
- @inline()
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def addVar(typ: Typ[Term], varWeight: Double): (ParMapState, Term)
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- val context: Context
- def ensuring(cond: (ParMapState) => Boolean, msg: => Any): ParMapState
- Implicit
- This member is added by an implicit conversion from ParMapState toEnsuring[ParMapState] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- def ensuring(cond: (ParMapState) => Boolean): ParMapState
- Implicit
- This member is added by an implicit conversion from ParMapState toEnsuring[ParMapState] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- def ensuring(cond: Boolean, msg: => Any): ParMapState
- Implicit
- This member is added by an implicit conversion from ParMapState toEnsuring[ParMapState] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- def ensuring(cond: Boolean): ParMapState
- Implicit
- This member is added by an implicit conversion from ParMapState toEnsuring[ParMapState] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def formatted(fmtstr: String): String
- Implicit
- This member is added by an implicit conversion from ParMapState toStringFormat[ParMapState] performed by method StringFormat in scala.Predef.
- Definition Classes
- StringFormat
- Annotations
- @inline()
- lazy val funcDist: ParMap[ExstFunc, Double]
- lazy val funcWithDomDist: ParMap[Typ[Term], ParMap[ExstFunc, Double]]
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- val goalDist: ParMap[Typ[Term], Double]
- def inIsle(x: Term): ParMapState
- val inds: ParMap[ExstInducDefn, Double]
- lazy val inducStrucs: ParMap[ExstInducStrucs, Double]
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val termDist: ParMap[Term, Double]
- lazy val termWithTypDist: ParMap[Typ[Term], ParMap[Term, Double]]
- lazy val thmsWithProofs: ParIterable[(Typ[Term], Double, (Term, Double))]
- val typDist: ParMap[Typ[Term], Double]
- lazy val typFamilyDist: ParMap[ExstFunc, Double]
- lazy val typTotalMap: ParMap[Typ[Term], Double]
- def value[T](randomVar: RandomVar[T]): ParMap[T, Double]
- def valueAt[Dom <: HList, T](randomVarFmly: RandomVarFamily[Dom, T], fullArg: Dom): ParMap[T, Double]
- val vars: Vector[Term]
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
- def →[B](y: B): (ParMapState, B)
- Implicit
- This member is added by an implicit conversion from ParMapState toArrowAssoc[ParMapState] 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.