Package jline.lib.fjcodes
Class BuildSAKt
-
- All Implemented Interfaces:
public final class BuildSAKt
-
-
Method Summary
Modifier and Type Method Description final static SAResultbuild_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
-
-
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 subtaskservice_h- Service representation for 2-node jobC- Capacity parameter- Returns:
SAResult with S and A_jump matrices
-
-
-