Package | Description |
---|---|
com.compomics.util.experiment.identification.peptide_shaker | |
com.compomics.util.experiment.identification.validation |
Modifier and Type | Method and Description |
---|---|
MatchValidationLevel |
PSParameter.getMatchValidationLevel()
Returns the validation level of the match.
|
Modifier and Type | Method and Description |
---|---|
void |
PSParameter.setMatchValidationLevel(MatchValidationLevel matchValidationLevel)
Sets the validation level of the match.
|
Modifier and Type | Method and Description |
---|---|
static MatchValidationLevel |
MatchValidationLevel.getMatchValidationLevel(int index)
Returns the match validation level associated to a given index.
|
static MatchValidationLevel |
MatchValidationLevel.getMatchValidationLevel(String name)
Returns the match validation level associated to a given name.
|
static MatchValidationLevel[] |
MatchValidationLevel.getValidationLevels()
Returns the implemented validation levels.
|
static MatchValidationLevel |
MatchValidationLevel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MatchValidationLevel[] |
MatchValidationLevel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2018. All rights reserved.