public interface IQAlgorithmParameters
QAlgorithmParameters
Modifier and Type | Method and Description |
---|---|
QAlgorithm |
getQAlgorithm()
Gets or sets the Q algorithm type
|
int |
getQValue()
Gets or sets the Q value for fixed Q operations (0-15)
|
void |
setQAlgorithm(QAlgorithm value) |
void |
setQValue(int value) |
QAlgorithm getQAlgorithm()
void setQAlgorithm(QAlgorithm value)
int getQValue()
void setQValue(int value)