Uses of Enum Class
org.forester.io.parsers.HmmPfamOutputParser.FilterType
Packages that use HmmPfamOutputParser.FilterType
-
Uses of HmmPfamOutputParser.FilterType in org.forester.io.parsers
Methods in org.forester.io.parsers that return HmmPfamOutputParser.FilterTypeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static HmmPfamOutputParser.FilterType[]
HmmPfamOutputParser.FilterType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.forester.io.parsers with parameters of type HmmPfamOutputParser.FilterTypeModifierConstructorDescriptionHmmPfamOutputParser
(File input_file, String species, Set<String> filter, HmmPfamOutputParser.FilterType filter_type)