Package jline.lib.fjcodes
Class GenerateServiceKt
-
- All Implemented Interfaces:
public final class GenerateServiceKt
-
-
Method Summary
Modifier and Type Method Description final static GenerateServiceResultgenerateService(FJService services, FJServiceH service_h, Integer C, Matrix S)Generate Phase-Type representation for service timeConstructs the PH representation for the service time distribution considering both busy and not-all-busy states. -
-
Method Detail
-
generateService
final static GenerateServiceResult generateService(FJService services, FJServiceH service_h, Integer C, Matrix S)
Generate Phase-Type representation for service time
Constructs the PH representation for the service time distribution considering both busy and not-all-busy states.
- Parameters:
services- Service process for single subtaskservice_h- Service representation for 2-node jobC- Capacity parameterS- State transition matrix- Returns:
GenerateServiceResult with service time PH representation
-
-
-
-