t

com.datasolvr.services.alm

OutputCollector

trait OutputCollector[TModelPoint, TModelState] extends AnyRef

Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. OutputCollector
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  6. def collectAccountRecords(accountRecords: List[AccountRecord[TModelPoint, TModelState]]): Unit
  7. def collectArrivals(arrivals: List[PointStateCount[TModelPoint, TModelState]]): Unit
  8. def collectAssets(assets: Map[Option[TModelPoint], Map[AssetAccount, Double]]): Unit
  9. def collectEvents(events: List[Outgoing[TModelPoint, TModelState, Incoming[TModelState]]]): Unit
  10. def collectLiabilities(liabilities: Map[Option[TModelPoint], Map[LiabilityAccount, Double]]): Unit
  11. def collectPopulation(population: Map[TModelPoint, Map[TModelState, Double]]): Unit
  12. def collectTransitions(transitions: List[Outgoing[TModelPoint, TModelState, Incoming[TModelState]]]): Unit
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  15. def flush(maxStep: Option[Int]): Unit
  16. def flushZ(maxStep: Option[Int]): ZIO[Blocking, Throwable, Unit]
  17. def getAccountRecordsHistory: Vector[List[AccountRecord[TModelPoint, TModelState]]]
  18. def getArrivalHistory: Vector[List[PointStateCount[TModelPoint, TModelState]]]
  19. def getAssetHistory: Vector[Map[Option[TModelPoint], Map[AssetAccount, Double]]]
  20. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  21. def getEventHistory: Vector[List[Outgoing[TModelPoint, TModelState, Incoming[TModelState]]]]
  22. def getLiabilityHistory: Vector[Map[Option[TModelPoint], Map[LiabilityAccount, Double]]]
  23. def getPopulationHistory: Vector[Map[TModelPoint, Map[TModelState, Double]]]
  24. def getTransitionHistory: Vector[List[Outgoing[TModelPoint, TModelState, Incoming[TModelState]]]]
  25. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  26. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  27. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  28. def nextStep(): Unit
  29. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  30. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  31. val step: Int
    Attributes
    protected
  32. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  33. def toString(): String
    Definition Classes
    AnyRef → Any
  34. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  36. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from AnyRef

Inherited from Any

Ungrouped