Uses of Class
org.biojava.utils.regex.PatternFactory
-
Packages that use PatternFactory Package Description org.biojava.utils.regex This package is used to perform regular expression searches of SymbolLists defined in arbitrary Alphabets. -
-
Uses of PatternFactory in org.biojava.utils.regex
Methods in org.biojava.utils.regex that return PatternFactory Modifier and Type Method Description static PatternFactory
PatternFactory. makeFactory(FiniteAlphabet alfa)
Returns a factory for Patterns in the specified Alphabet.
-