Class BuildSAKt

  • All Implemented Interfaces:

    
    public final class BuildSAKt
    
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final static SAResult build_SA(FJService services, FJServiceH service_h, Integer C) Build state transition matrices S and A_jumpConstructs the transition rate matrices for the FJ queue:
      • S: Phase changes within each level (no job completions)

      • A_jump: Transitions due to job completions

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • build_SA

         final static SAResult build_SA(FJService services, FJServiceH service_h, Integer C)

        Build state transition matrices S and A_jump

        Constructs the transition rate matrices for the FJ queue:

        • S: Phase changes within each level (no job completions)

        • A_jump: Transitions due to job completions

        Parameters:
        services - Service process for single subtask
        service_h - Service representation for 2-node job
        C - Capacity parameter
        Returns:

        SAResult with S and A_jump matrices