Package jline.api.sn
Class SnNonmarkovToPhKt
-
- All Implemented Interfaces:
public final class SnNonmarkovToPhKt
-
-
Method Summary
Modifier and Type Method Description final static NetworkStructsnNonmarkovToPh(NetworkStruct snInput, SolverOptions options)Converts non-Markovian distributions to PH using Bernstein approximation. -
-
Method Detail
-
snNonmarkovToPh
final static NetworkStruct snNonmarkovToPh(NetworkStruct snInput, SolverOptions options)
Converts non-Markovian distributions to PH using Bernstein approximation.
This function scans all service and arrival processes in the network structure and converts non-Markovian distributions to Markovian Arrival Processes (MAPs) using the specified approximation method.
- Parameters:
snInput- Network structure from getStruct()options- Solver options with nonmkv and nonmkvorder config- Returns:
Network structure with converted processes
-
-
-
-