trait OutputCollector[TModelPoint, TModelState] extends AnyRef
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- OutputCollector
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
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( ... ) @native() @HotSpotIntrinsicCandidate()
- 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: Any): 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[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- 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
- @native() @HotSpotIntrinsicCandidate()
-
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
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
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( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated