class Population[TModelPoint, TModelState] extends PopulationLike[TModelPoint, TModelState, Map[TModelState, Double]]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Population
- PopulationLike
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new Population(initial: List[PointStateCount[TModelPoint, TModelState]], sinks: Set[TModelState] = Set.empty[TModelState])(implicit arg0: ClassTag[TModelState])
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def applyArrivals(arrivals: List[PointStateCount[TModelPoint, TModelState]]): Unit
- def applyTransitions(point: TModelPoint, from: TModelState, transitions: List[Incoming[TModelState]]): Unit
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
- val counts: Map[TModelPoint, Map[TModelState, Double]]
- Attributes
- protected
- Definition Classes
- Population → PopulationLike
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def freeze: FrozenPopulation[TModelPoint, TModelState]
- def get: Map[TModelPoint, Map[TModelState, Double]]
- Definition Classes
- PopulationLike
- def get(point: TModelPoint): Map[_ <: TModelState, Double]
- Definition Classes
- PopulationLike
- def get(point: TModelPoint, state: TModelState): Double
- Definition Classes
- PopulationLike
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def map[V <: Reduceable[V]](producer: (TModelPoint, TModelState, Double) => List[V], parallelism: Int = 1): List[Outgoing[TModelPoint, TModelState, V]]
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- def remove(point: TModelPoint): Option[Map[TModelState, Double]]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- 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
(Since version 9)