Uses of Enum Class
org.forester.io.parsers.HmmscanPerDomainTableParser.FilterType
Packages that use HmmscanPerDomainTableParser.FilterType
-
Uses of HmmscanPerDomainTableParser.FilterType in org.forester.io.parsers
Methods in org.forester.io.parsers that return HmmscanPerDomainTableParser.FilterTypeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.HmmscanPerDomainTableParser.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 HmmscanPerDomainTableParser.FilterTypeModifierConstructorDescriptionHmmscanPerDomainTableParser
(File input_file, String species, Set<String> filter, HmmscanPerDomainTableParser.FilterType filter_type, HmmscanPerDomainTableParser.INDIVIDUAL_SCORE_CUTOFF individual_cutoff_applies_to) HmmscanPerDomainTableParser
(File input_file, String species, Set<String> filter, HmmscanPerDomainTableParser.FilterType filter_type, HmmscanPerDomainTableParser.INDIVIDUAL_SCORE_CUTOFF individual_cutoff_applies_to, boolean allow_proteins_with_same_name)