Package jline.api.sn

Class SnMapModulation.MapModulation

java.lang.Object
jline.api.sn.SnMapModulation.MapModulation
Enclosing class:
SnMapModulation

public static final class SnMapModulation.MapModulation extends Object
One modulating process of the network.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    final boolean
    True when the process is an arrival process, false for a service process.
    final List<Integer>
    Class indices governed by this process (several only for a marked MAP).
    final Matrix
    Hidden-phase generator part D0.
    final List<Matrix>
    Per-class D1 blocks, aligned with classes.
    final boolean
    True when every D1 block is diagonal, i.e.
    final int
    Station index of the modulated process.
    final int
    Node index of that station.
    final int
    Number of phases of the modulating chain.
  • Method Summary

    Modifier and Type
    Method
    Description
    double
    intensity(int c, int k)
     
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • ist

      public final int ist
      Station index of the modulated process.
    • node

      public final int node
      Node index of that station.
    • arrival

      public final boolean arrival
      True when the process is an arrival process, false for a service process.
    • classes

      public final List<Integer> classes
      Class indices governed by this process (several only for a marked MAP).
    • D0

      public final Matrix D0
      Hidden-phase generator part D0.
    • D1

      public final List<Matrix> D1
      Per-class D1 blocks, aligned with classes.
    • order

      public final int order
      Number of phases of the modulating chain.
    • isMMPP

      public final boolean isMMPP
      True 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

      public Matrix phaseGenerator()
      Returns:
      the generator D0 + sum_c D1_c of the phase process