Packages

case class GeneratorTF[State](nodeCoeffSeq: NodeCoeffSeq[State, Double], varWeight: Double, initState: State, finalState: State)(implicit sd: StateDistribution[State, FiniteDistribution]) extends Product with Serializable

Linear Supertypes
Serializable, Product, Equals, AnyRef, Any
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GeneratorTF
  2. Serializable
  3. Product
  4. Equals
  5. AnyRef
  6. 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 GeneratorTF(nodeCoeffSeq: NodeCoeffSeq[State, Double], varWeight: Double, initState: State, finalState: State)(implicit sd: StateDistribution[State, FiniteDistribution])

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 GeneratorTF[State] toany2stringadd[GeneratorTF[State]] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (GeneratorTF[State], B)
    Implicit
    This member is added by an implicit conversion from GeneratorTF[State] toArrowAssoc[GeneratorTF[State]] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. lazy val baseData: TFData
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  9. def elemFinalVarList[Dom <: HList](vl: RandomVarList[Dom]): Set[ElemList[Dom]]
  10. lazy val elemFinalVars: Map[RandomVar[_], Set[Elem[_]]]
  11. def elemInitVarList[Dom <: HList](vl: RandomVarList[Dom]): Set[ElemList[Dom]]
  12. lazy val elemInitVars: Map[RandomVar[_], Set[Elem[_]]]
  13. def ensuring(cond: (GeneratorTF[State]) => Boolean, msg: => Any): GeneratorTF[State]
    Implicit
    This member is added by an implicit conversion from GeneratorTF[State] toEnsuring[GeneratorTF[State]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  14. def ensuring(cond: (GeneratorTF[State]) => Boolean): GeneratorTF[State]
    Implicit
    This member is added by an implicit conversion from GeneratorTF[State] toEnsuring[GeneratorTF[State]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  15. def ensuring(cond: Boolean, msg: => Any): GeneratorTF[State]
    Implicit
    This member is added by an implicit conversion from GeneratorTF[State] toEnsuring[GeneratorTF[State]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  16. def ensuring(cond: Boolean): GeneratorTF[State]
    Implicit
    This member is added by an implicit conversion from GeneratorTF[State] toEnsuring[GeneratorTF[State]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  17. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. val eqnTask: Task[Set[Equation]]
  19. lazy val equations: Set[Equation]
  20. def eventSupport[X, Y](ev: Event[X, Y]): Set[Elem[_]]
  21. def finalElemIndices[Dom <: HList, Y](rvF: RandomVarFamily[Dom, Y]): Set[Dom]
  22. def finalElemValOpt[Y](element: Y, rv: RandomVar[Y]): Option[FinalVal[Y]]
  23. lazy val finalElemValues: Map[VarVal[_], Double]
  24. def finalListProb[Dom <: HList](rvl: RandomVarList[Dom]): Set[(Dom, Expression)]
  25. def finalProbSet[Dom <: HList, Y](rvF: RandomVarFamily[Dom, Y]): Map[HList, Set[FinalVal[Any]]]
  26. lazy val finalProbTotals: Set[Expression]
  27. lazy val finalProbVars: Map[RandomVar[Any], Set[Expression]]
  28. def finalProbs[Y](rv: RandomVar[Y]): Set[(Y, FinalVal[_])]
  29. val finalState: State
  30. lazy val finalVars: Set[Variable[_]]
  31. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from GeneratorTF[State] toStringFormat[GeneratorTF[State]] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  32. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  33. lazy val initElemValues: Map[VarVal[_], Double]
  34. def initProbs[Y](rv: RandomVar[Y]): Set[(Y, InitialVal[_])]
  35. val initState: State
  36. lazy val initVars: Set[Variable[_]]
  37. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  38. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  39. val nodeCoeffSeq: NodeCoeffSeq[State, Double]
  40. def nodeCoeffSeqEquations(ncs: NodeCoeffSeq[State, Double]): (Set[Equation], TFData)
  41. def nodeCoeffSeqEquationsTask(ncs: NodeCoeffSeq[State, Double]): Task[(Set[Equation], TFData)]
  42. def nodeCoeffsEquationTerms[Dom <: HList, Y](nodeCoeffs: NodeCoeffs[State, Double, Dom, Y], x: Dom): (Set[EquationNode], TFData)
  43. def nodeCoeffsEquationTermsTask[Dom <: HList, Y](nodeCoeffs: NodeCoeffs[State, Double, Dom, Y], x: Dom): Task[(Set[EquationNode], TFData)]
  44. def nodeCoeffsEquations[Dom <: HList, Y](nodeCoeffs: NodeCoeffs[State, Double, Dom, Y]): (Set[Equation], TFData)
  45. def nodeCoeffsEquationsTask[Dom <: HList, Y](nodeCoeffs: NodeCoeffs[State, Double, Dom, Y]): Task[(Set[Equation], TFData)]
  46. def nodeEquationTerms[Y](node: GeneratorNode[Y]): (Set[EquationNode], TFData)
  47. def nodeEquationTermsTask[Y](node: GeneratorNode[Y]): Task[(Set[EquationNode], TFData)]
  48. val nodeMap: Map[GeneratorNode[_], (Set[EquationNode], TFData)]
  49. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  50. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  51. def pairEventSupport[X1, X2, Y](ev: PairEvent[X1, X2, Y]): Set[(Elem[_], Elem[_])]
  52. def productElementNames: Iterator[String]
    Definition Classes
    Product
  53. lazy val recData: TFData
  54. val recTask: Task[(Set[Equation], TFData)]
  55. lazy val recurrenceEquations: Set[Equation]
  56. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  57. lazy val tfData: TFData
  58. val varWeight: Double
  59. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  60. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  61. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated
  2. def [B](y: B): (GeneratorTF[State], B)
    Implicit
    This member is added by an implicit conversion from GeneratorTF[State] toArrowAssoc[GeneratorTF[State]] 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 Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd fromGeneratorTF[State] to any2stringadd[GeneratorTF[State]]

Inherited by implicit conversion StringFormat fromGeneratorTF[State] to StringFormat[GeneratorTF[State]]

Inherited by implicit conversion Ensuring fromGeneratorTF[State] to Ensuring[GeneratorTF[State]]

Inherited by implicit conversion ArrowAssoc fromGeneratorTF[State] to ArrowAssoc[GeneratorTF[State]]

Ungrouped