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
Method Summary |
void |
close()
|
boolean |
isRequired(String name)
indicates if the current CodonPref is to be accepted |
void |
put(CodonPref codonPref)
handles storage of a CodonPref object |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CodonPrefFilter.EverythingToXML
public CodonPrefFilter.EverythingToXML(PrintWriter pw)
isRequired
public boolean isRequired(String name)
- Description copied from interface:
CodonPrefFilter
- indicates if the current CodonPref is to be accepted
- Specified by:
isRequired
in interface CodonPrefFilter
put
public void put(CodonPref codonPref)
throws BioException
- Description copied from interface:
CodonPrefFilter
- handles storage of a CodonPref object
- Specified by:
put
in interface CodonPrefFilter
- Throws:
BioException
close
public void close()
throws IOException
- Throws:
IOException