Package jline.api.mdd
Class MddEvent
java.lang.Object
jline.api.mdd.MddEvent
One event of the Kronecker rate descriptor.
The rate matrix is R = sum_e (kron_k W_k^e) restricted to the reachable
set. An event touches only the levels it names; every other level carries the
identity, which Mdd_mcd supplies rather than storing.
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal intStation (or place) the event departs from, 0-based.final intStation (or place) the event arrives at, 0-based; equals a for an internal event.final int[]Levels the event touches, as 0-based station indices, aligned with W.final MddLocalMatrix[]Local matrices at the levels named by lev. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
a
public final int aStation (or place) the event departs from, 0-based. -
b
public final int bStation (or place) the event arrives at, 0-based; equals a for an internal event. -
lev
public final int[] levLevels the event touches, as 0-based station indices, aligned with W. -
W
Local matrices at the levels named by lev.
-
-
Constructor Details
-
MddEvent
-