Packages

case class Atom[X](value: X, output: RandomVar[X]) extends GeneratorNode[X] with Product with Serializable

atomic value taken by a random variable

X

the scala type of the random variable

value

the value

Linear Supertypes
Serializable, Product, Equals, GeneratorNode[X], GeneratorNodeFamily[HNil, X], AnyRef, Any
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Atom
  2. Serializable
  3. Product
  4. Equals
  5. GeneratorNode
  6. GeneratorNodeFamily
  7. AnyRef
  8. 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 Atom(value: X, output: RandomVar[X])

    value

    the value

Value Members

  1. val output: RandomVar[X]
    Definition Classes
    AtomGeneratorNode
  2. val outputFamily: RandomVar[X]

    the family of random variables for which this is a generation.

    the family of random variables for which this is a generation.

    Definition Classes
    GeneratorNodeGeneratorNodeFamily
  3. def pi[D, S >: X, T](conditionFamily: (D) => Sort[S, T], outputFamily: RandomVarFamily[::[D, HNil], T]): GeneratorNodeFamily[::[D, HNil], T]
    Definition Classes
    GeneratorNode
  4. def piFmly[Dom <: HList, S >: X, T](conditionFamily: (Dom) => Sort[S, T], outputFamily: RandomVarFamily[Dom, T]): GeneratorNodeFamily[Dom, T]
    Definition Classes
    GeneratorNode
  5. def productElementNames: Iterator[String]
    Definition Classes
    Product
  6. val value: X
  7. def |[S >: X, T](condition: Sort[S, T], output: RandomVar[T]): GeneratorNode[T]
    Definition Classes
    GeneratorNode