public static final class StUhf.InterrogatorModelC.UmcSingluationAlgorithm
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
StUhf.InterrogatorModelC.UmcSingluationAlgorithm.AlgorithmType
algorithm type
|
Modifier and Type | Method and Description |
---|---|
StUhf.InterrogatorModelC.UmcSingluationAlgorithm.AlgorithmType |
getAlgorithm()
get algorithm type
|
static StUhf.InterrogatorModelC.UmcSingluationAlgorithm |
getInstance(StUhf.InterrogatorModelC.UmcSingluationAlgorithm.AlgorithmType algorithmType,
StUhf.Q initQ,
int retryTimes,
boolean revert,
boolean retryUntilNoTag,
StUhf.Q minQ,
StUhf.Q maxQ,
int threshold)
create a instance with specified paramters
|
java.lang.Integer |
getRetryTimes()
get retry times
|
StUhf.Q |
getStartQ()
获取静态算法时的Q值,或动态算法时的起始Q值
|
StUhf.Q |
maxQValueInDynamic()
max Q value,avaliable in dynamic algorithm
|
StUhf.Q |
minQValueInDynamic()
min Q value,avaliable in dynamic algorithm
|
java.lang.Boolean |
repeatUntilNoTagsInStatic()
retry untill no tag,avaliable in static algorithm
|
java.lang.Integer |
thresholdMultipliterInDynamic()
default 4,avaliable in dynamic algorithm
|
java.lang.Boolean |
toggleTarget()
revert?
|
java.lang.String |
toString() |
public static StUhf.InterrogatorModelC.UmcSingluationAlgorithm getInstance(StUhf.InterrogatorModelC.UmcSingluationAlgorithm.AlgorithmType algorithmType, StUhf.Q initQ, int retryTimes, boolean revert, boolean retryUntilNoTag, StUhf.Q minQ, StUhf.Q maxQ, int threshold)
algorithmType
-
algorithm type initQ
-
Q in static algorithm or initional Q in dynamic algorithm retryTimes
-
retry times revert
-
revert? retryUntilNoTag
-
retry untill no tag,avaliable in static algorithm minQ
-
min Q value,avaliable in dynamic algorithm maxQ
-
max Q value,avaliable in dynamic algorithm threshold
- public java.lang.String toString()
toString
in class java.lang.Object
public StUhf.InterrogatorModelC.UmcSingluationAlgorithm.AlgorithmType getAlgorithm()
public StUhf.Q getStartQ()
public java.lang.Integer getRetryTimes()
public java.lang.Boolean toggleTarget()
public java.lang.Boolean repeatUntilNoTagsInStatic()
public StUhf.Q minQValueInDynamic()
public StUhf.Q maxQValueInDynamic()
public java.lang.Integer thresholdMultipliterInDynamic()