Uses of Interface
org.biojava.bio.symbol.CodonPrefFilter
-
Packages that use CodonPrefFilter Package Description org.biojava.bio.symbol Representation of the Symbols that make up a sequence, and locations within them. -
-
Uses of CodonPrefFilter in org.biojava.bio.symbol
Classes in org.biojava.bio.symbol that implement CodonPrefFilter Modifier and Type Class Description static classCodonPrefFilter.AcceptAllstatic classCodonPrefFilter.ByNamestatic classCodonPrefFilter.EverythingToXMLMethods in org.biojava.bio.symbol with parameters of type CodonPrefFilter Modifier and Type Method Description static voidCodonPrefTools. readFromXML(InputStream prefStream, CodonPrefFilter filter)read an CodonPref XML stream and handle it with a CodonPrefFilter object.
-