Package | Description |
---|---|
com.compomics.util.preferences |
Modifier and Type | Method and Description |
---|---|
static PTMScoringPreferences.ProbabilisticScore[] |
PTMScoringPreferences.ProbabilisticScore.getPossibilities()
Returns a list of implemented probabilistic scores.
|
static PTMScoringPreferences.ProbabilisticScore |
PTMScoringPreferences.ProbabilisticScore.getProbabilisticScoreFromName(String name)
Returns the probabilistic score corresponding to a name.
|
PTMScoringPreferences.ProbabilisticScore |
PTMScoringPreferences.getSelectedProbabilisticScore()
Returns the selected probabilistic score.
|
static PTMScoringPreferences.ProbabilisticScore |
PTMScoringPreferences.ProbabilisticScore.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PTMScoringPreferences.ProbabilisticScore[] |
PTMScoringPreferences.ProbabilisticScore.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
PTMScoringPreferences.setSelectedProbabilisticScore(PTMScoringPreferences.ProbabilisticScore selectedProbabilisticScore)
Sets the selected probabilistic score.
|
Copyright © 2013. All Rights Reserved.