trait OutputCollector[TModelPoint, TModelState] extends AnyRef
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- OutputCollector
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
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
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- def collectAccountRecords(accountRecords: List[AccountRecord[TModelPoint, TModelState]]): Unit
- def collectArrivals(arrivals: List[PointStateCount[TModelPoint, TModelState]]): Unit
- def collectAssets(assets: Map[Option[TModelPoint], Map[AssetAccount, Double]]): Unit
- def collectEvents(events: List[Outgoing[TModelPoint, TModelState, Incoming[TModelState]]]): Unit
- def collectLiabilities(liabilities: Map[Option[TModelPoint], Map[LiabilityAccount, Double]]): Unit
- def collectPopulation(population: Map[TModelPoint, Map[TModelState, Double]]): Unit
- def collectTransitions(transitions: List[Outgoing[TModelPoint, TModelState, Incoming[TModelState]]]): Unit
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def flush(maxStep: Option[Int]): Unit
- def flushZ(maxStep: Option[Int]): ZIO[Blocking, Throwable, Unit]
- def getAccountRecordsHistory: Vector[List[AccountRecord[TModelPoint, TModelState]]]
- def getArrivalHistory: Vector[List[PointStateCount[TModelPoint, TModelState]]]
- def getAssetHistory: Vector[Map[Option[TModelPoint], Map[AssetAccount, Double]]]
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def getEventHistory: Vector[List[Outgoing[TModelPoint, TModelState, Incoming[TModelState]]]]
- def getLiabilityHistory: Vector[Map[Option[TModelPoint], Map[LiabilityAccount, Double]]]
- def getPopulationHistory: Vector[Map[TModelPoint, Map[TModelState, Double]]]
- def getTransitionHistory: Vector[List[Outgoing[TModelPoint, TModelState, Incoming[TModelState]]]]
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def nextStep(): Unit
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- val step: Int
- Attributes
- protected
- 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)