Package jline.lib.fjcodes
Class BuildServiceHKt
-
- All Implemented Interfaces:
public final class BuildServiceHKt
-
-
Method Summary
Modifier and Type Method Description final static FJServiceHbuild_Service_h(FJService service)Build service representation for a 2-node FJ jobThis function constructs the Phase-Type (PH) representation for the service time of a 2-node Fork-Join job, which is the maximum of two independent service times. -
-
Method Detail
-
build_Service_h
final static FJServiceH build_Service_h(FJService service)
Build service representation for a 2-node FJ job
This function constructs the Phase-Type (PH) representation for the service time of a 2-node Fork-Join job, which is the maximum of two independent service times.
- Parameters:
service- Single subtask service process- Returns:
FJServiceH with PH representation for 2-node job
-
-
-
-