Package jline.lib.fjcodes
Class BuildServiceH
java.lang.Object
jline.lib.fjcodes.BuildServiceH
Build PH representation for 2-node Fork-Join job.
Copyright (c) 2012-2026, Imperial College London
All rights reserved.
-
Method Summary
Modifier and TypeMethodDescriptionstatic FJServiceHbuild_Service_h(FJService service) Build service representation for a 2-node FJ job.
-
Method Details
-
build_Service_h
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
-