Uses of Class
org.forester.io.parsers.HmmPfamOutputParser.FilterType
-
Packages that use HmmPfamOutputParser.FilterType Package Description org.forester.io.parsers -
-
Uses of HmmPfamOutputParser.FilterType in org.forester.io.parsers
Methods in org.forester.io.parsers that return HmmPfamOutputParser.FilterType Modifier and Type Method Description static HmmPfamOutputParser.FilterType
HmmPfamOutputParser.FilterType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static HmmPfamOutputParser.FilterType[]
HmmPfamOutputParser.FilterType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.forester.io.parsers with parameters of type HmmPfamOutputParser.FilterType Constructor Description HmmPfamOutputParser(java.io.File input_file, java.lang.String species, java.util.Set<java.lang.String> filter, HmmPfamOutputParser.FilterType filter_type)
-