trait BalanceActor[TModelPoint, TModelState] extends ReferenceAble[TModelPoint, TModelState]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- BalanceActor
- ReferenceAble
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- type RunningBalance = BalanceLike[TModelPoint, TModelState]
- type StateCounts = Counts[TModelState]
Abstract Value Members
-
abstract
def
actorReference: String
- Definition Classes
- ReferenceAble
Concrete 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()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def getTransactionOfPopulation(context: Context[TModelPoint, TModelState], balance: RunningBalance, time: Time, mp: TModelPoint, stateCounts: StateCounts): List[Transaction[TModelPoint, TModelState]]
- def getTransactions(context: Context[TModelPoint, TModelState], balance: RunningBalance, time: Time): List[Transaction[TModelPoint, TModelState]]
- def getTransactionsOfArrivals(context: Context[TModelPoint, TModelState], balance: RunningBalance, time: Time, arrivals: PointStateCount[TModelPoint, TModelState]): List[Transaction[TModelPoint, TModelState]]
- def getTransactionsOfEvents(context: Context[TModelPoint, TModelState], balance: RunningBalance, time: Time, events: Outgoing[TModelPoint, TModelState, Incoming[TModelState]]): List[Transaction[TModelPoint, TModelState]]
- def getTransactionsOfTransitions(context: Context[TModelPoint, TModelState], balance: RunningBalance, time: Time, transitions: Outgoing[TModelPoint, TModelState, Incoming[TModelState]]): List[Transaction[TModelPoint, TModelState]]
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val mpFilter: Option[(TModelPoint) ⇒ Boolean]
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def onStepComplete(t: Time): Unit
- def onStepStart(context: Context[TModelPoint, TModelState], t: Time): Unit
-
def
reference: Reference[TModelPoint, TModelState]
- Definition Classes
- ReferenceAble
-
def
reference(owner: Option[TModelPoint]): Reference[TModelPoint, TModelState]
- Definition Classes
- ReferenceAble
-
def
reference(point: TModelPoint): Reference[TModelPoint, TModelState]
- Definition Classes
- ReferenceAble
-
def
reference(point: TModelPoint, state: TModelState): Reference[TModelPoint, TModelState]
- Definition Classes
- ReferenceAble
- val stateFilter: Option[(StateCounts) ⇒ Option[StateCounts]]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
- val useRunningBalance: Boolean
-
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