Package org.biojava.bio.symbol
Class CodonPrefFilter.EverythingToXML
- java.lang.Object
 - 
- org.biojava.bio.symbol.CodonPrefFilter.EverythingToXML
 
 
- 
- All Implemented Interfaces:
 CodonPrefFilter
- Enclosing interface:
 - CodonPrefFilter
 
public static class CodonPrefFilter.EverythingToXML extends Object implements CodonPrefFilter
 
- 
- 
Nested Class Summary
- 
Nested classes/interfaces inherited from interface org.biojava.bio.symbol.CodonPrefFilter
CodonPrefFilter.AcceptAll, CodonPrefFilter.ByName, CodonPrefFilter.EverythingToXML 
 - 
 
- 
Constructor Summary
Constructors Constructor Description EverythingToXML(PrintWriter pw) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()booleanisRequired(String name)indicates if the current CodonPref is to be acceptedvoidput(CodonPref codonPref)handles storage of a CodonPref object 
 - 
 
- 
- 
Constructor Detail
- 
EverythingToXML
public EverythingToXML(PrintWriter pw)
 
 - 
 
- 
Method Detail
- 
isRequired
public boolean isRequired(String name)
Description copied from interface:CodonPrefFilterindicates if the current CodonPref is to be accepted- Specified by:
 isRequiredin interfaceCodonPrefFilter
 
- 
put
public void put(CodonPref codonPref) throws BioException
Description copied from interface:CodonPrefFilterhandles storage of a CodonPref object- Specified by:
 putin interfaceCodonPrefFilter- Throws:
 BioException
 
- 
close
public void close() throws IOException
- Throws:
 IOException
 
 - 
 
 -