Uses of Interface
org.biojava.bio.symbol.CodonPrefFilter

Packages that use CodonPrefFilter
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
static class CodonPrefFilter.AcceptAll
           
static class CodonPrefFilter.ByName
           
static class CodonPrefFilter.EverythingToXML
           
 

Methods in org.biojava.bio.symbol with parameters of type CodonPrefFilter
static void CodonPrefTools.readFromXML(InputStream prefStream, CodonPrefFilter filter)
          read an CodonPref XML stream and handle it with a CodonPrefFilter object.