Uses of Class
com.compomics.util.experiment.biology.enzymes.EnzymeFactory
Package | Description |
---|---|
com.compomics.util.experiment.biology.enzymes |
Classes related to enzymes.
|
-
Uses of EnzymeFactory in com.compomics.util.experiment.biology.enzymes
Methods in com.compomics.util.experiment.biology.enzymes that return EnzymeFactory Modifier and Type Method Description static EnzymeFactory
EnzymeFactory. getInstance()
Static method to get an instance of the factory.static EnzymeFactory
EnzymeFactory. loadFromFile(File file)
Loads an enzyme factory from a file.Methods in com.compomics.util.experiment.biology.enzymes with parameters of type EnzymeFactory Modifier and Type Method Description static void
EnzymeFactory. saveToFile(EnzymeFactory enzymeFactory, File file)
Saves en enzyme factory to a file.