Package | Description |
---|---|
com.compomics.util.preferences |
Utilities preferences classes.
|
Modifier and Type | Method and Description |
---|---|
static DigestionPreferences.Specificity |
DigestionPreferences.Specificity.getSpecificity(int index)
Returns the specificity of the given index.
|
DigestionPreferences.Specificity |
DigestionPreferences.getSpecificity(String enzymeName)
Returns the expected specificity of the given enzyme.
|
static DigestionPreferences.Specificity |
DigestionPreferences.Specificity.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DigestionPreferences.Specificity[] |
DigestionPreferences.Specificity.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
DigestionPreferences.setSpecificity(String enzymeName,
DigestionPreferences.Specificity enzymeSpecificity)
Sets the expected specificity of the enzyme.
|
Copyright © 2018. All rights reserved.