Uses of Class
com.compomics.util.experiment.biology.enzymes.EnzymeFactory
Packages that use EnzymeFactory
-
Uses of EnzymeFactory in com.compomics.util.experiment.biology.enzymes
Methods in com.compomics.util.experiment.biology.enzymes that return EnzymeFactoryModifier and TypeMethodDescriptionstatic EnzymeFactoryEnzymeFactory.getInstance()Static method to get an instance of the factory.static EnzymeFactoryEnzymeFactory.loadFromFile(File file) Loads an enzyme factory from a file.Methods in com.compomics.util.experiment.biology.enzymes with parameters of type EnzymeFactoryModifier and TypeMethodDescriptionstatic voidEnzymeFactory.saveToFile(EnzymeFactory enzymeFactory, File file) Saves en enzyme factory to a file.