Class FJStateSpace

java.lang.Object
jline.lib.fjcodes.FJStateSpace

public final class FJStateSpace extends Object
  • Method Details

    • constructNotAllBusy

      public static Matrix constructNotAllBusy(int C, FJService services, FJServiceH service_h)
      Construct state space matrix for not-all-busy states.
      Parameters:
      C - Capacity parameter
      services - Service process
      service_h - 2-node service representation
      Returns:
      State transition matrix for not-all-busy states
    • constructSRK

      public static SRKResult constructSRK(int C, FJService services, FJServiceH service_h, Matrix S)
      Construct extended state space matrices (Se, Sestar, R0, Ke, Kc).
      Parameters:
      C - Capacity parameter
      services - Service process
      service_h - 2-node service representation
      S - Busy state transition matrix
      Returns:
      SRKResult with all constructed matrices