Package jline.api.fj
Class FJValidationKt
-
- All Implemented Interfaces:
public final class FJValidationKt
-
-
Method Summary
Modifier and Type Method Description final static Pair<Boolean, FJInfo>isFJ(NetworkStruct sn)Check if network has Fork-Join topology suitable for FJ_codesValidates: Source → Fork → K Queues → Join → Sink topology
Open classes only
Homogeneous service across parallel queues
FCFS or PS scheduling
Supported distributions (Exp, HyperExp(2), Erlang(2), MAP(2))
-
-
Method Detail
-
isFJ
final static Pair<Boolean, FJInfo> isFJ(NetworkStruct sn)
Check if network has Fork-Join topology suitable for FJ_codes
Validates:
Source → Fork → K Queues → Join → Sink topology
Open classes only
Homogeneous service across parallel queues
FCFS or PS scheduling
Supported distributions (Exp, HyperExp(2), Erlang(2), MAP(2))
- Parameters:
sn- Network structure- Returns:
Pair of (isValid, fjInfo)
-
-
-