Package jline.api.sn
Class SnMapModulation.MapModulation
java.lang.Object
jline.api.sn.SnMapModulation.MapModulation
- Enclosing class:
- SnMapModulation
One modulating process of the network.
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal booleanTrue when the process is an arrival process, false for a service process.Class indices governed by this process (several only for a marked MAP).final MatrixHidden-phase generator part D0.Per-class D1 blocks, aligned withclasses.final booleanTrue when every D1 block is diagonal, i.e.final intStation index of the modulated process.final intNode index of that station.final intNumber of phases of the modulating chain. -
Method Summary
-
Field Details
-
ist
public final int istStation index of the modulated process. -
node
public final int nodeNode index of that station. -
arrival
public final boolean arrivalTrue when the process is an arrival process, false for a service process. -
classes
Class indices governed by this process (several only for a marked MAP). -
D0
Hidden-phase generator part D0. -
D1
Per-class D1 blocks, aligned withclasses. -
order
public final int orderNumber of phases of the modulating chain. -
isMMPP
public final boolean isMMPPTrue when every D1 block is diagonal, i.e. the process is an MMPP.
-
-
Method Details
-
intensity
public double intensity(int c, int k) - Returns:
- the phase-conditional intensity of class index c (position in classes) in phase k
-
phaseGenerator
- Returns:
- the generator D0 + sum_c D1_c of the phase process
-