Package jline.api.qsys
Class RetrialInfo
-
- All Implemented Interfaces:
public final class RetrialInfoInformation about a valid retrial queue topology.
-
-
Method Summary
Modifier and Type Method Description final BooleanisRetrial()True if network is valid BMAP/PH/N/N retrial topology final UnitsetRetrial(Boolean isRetrial)True if network is valid BMAP/PH/N/N retrial topology final IntegergetStationIdx()Station index of the retrial queue (-1 if not found) final UnitsetStationIdx(Integer stationIdx)Station index of the retrial queue (-1 if not found) final IntegergetNodeIdx()Node index of the retrial queue (-1 if not found) final UnitsetNodeIdx(Integer nodeIdx)Node index of the retrial queue (-1 if not found) final IntegergetSourceIdx()Station index of the source (-1 if not found) final UnitsetSourceIdx(Integer sourceIdx)Station index of the source (-1 if not found) final IntegergetClassIdx()Class index (0-based, -1 if not found) final UnitsetClassIdx(Integer classIdx)Class index (0-based, -1 if not found) final StringgetErrorMsg()Error message if not valid final UnitsetErrorMsg(String errorMsg)Error message if not valid final IntegergetN()Number of servers final UnitsetN(Integer N)Number of servers final DoublegetAlpha()Retrial rate per customer in orbit final UnitsetAlpha(Double alpha)Retrial rate per customer in orbit final DoublegetGamma()Orbit impatience rate (default 0) final UnitsetGamma(Double gamma)Orbit impatience rate (default 0) final DoublegetP()Batch rejection probability (default 0) final UnitsetP(Double p)Batch rejection probability (default 0) final IntegergetR()Admission threshold (from FCR or default N-1) final UnitsetR(Integer R)Admission threshold (from FCR or default N-1) -
-
Method Detail
-
setRetrial
final Unit setRetrial(Boolean isRetrial)
True if network is valid BMAP/PH/N/N retrial topology
-
getStationIdx
final Integer getStationIdx()
Station index of the retrial queue (-1 if not found)
-
setStationIdx
final Unit setStationIdx(Integer stationIdx)
Station index of the retrial queue (-1 if not found)
-
getNodeIdx
final Integer getNodeIdx()
Node index of the retrial queue (-1 if not found)
-
setNodeIdx
final Unit setNodeIdx(Integer nodeIdx)
Node index of the retrial queue (-1 if not found)
-
getSourceIdx
final Integer getSourceIdx()
Station index of the source (-1 if not found)
-
setSourceIdx
final Unit setSourceIdx(Integer sourceIdx)
Station index of the source (-1 if not found)
-
getClassIdx
final Integer getClassIdx()
Class index (0-based, -1 if not found)
-
setClassIdx
final Unit setClassIdx(Integer classIdx)
Class index (0-based, -1 if not found)
-
getErrorMsg
final String getErrorMsg()
Error message if not valid
-
setErrorMsg
final Unit setErrorMsg(String errorMsg)
Error message if not valid
-
-
-
-