Package jline.api.qsys
Class Qsys_is_retrialKt
-
- All Implemented Interfaces:
public final class Qsys_is_retrialKt
-
-
Method Summary
Modifier and Type Method Description final static RetrialInfoqsys_is_retrial(NetworkStruct sn)Checks if network is a valid BMAP/PH/N/N bufferless retrial queue. -
-
Method Detail
-
qsys_is_retrial
final static RetrialInfo qsys_is_retrial(NetworkStruct sn)
Checks if network is a valid BMAP/PH/N/N bufferless retrial queue.
Validates that the network structure matches the requirements for the BMAP/PH/N/N retrial queue solver:
Single bufferless queue (capacity == number of servers)
Retrial drop strategy configured
BMAP/MAP arrival process at source
PH/Exp service at queue
Open class model
- Parameters:
sn- Network structure- Returns:
RetrialInfo with validation results and extracted parameters
-
-
-
-