Package org.biojava.bio.symbol
Class CodonPrefFilter.EverythingToXML
java.lang.Object
org.biojava.bio.symbol.CodonPrefFilter.EverythingToXML
- All Implemented Interfaces:
CodonPrefFilter
- Enclosing interface:
- CodonPrefFilter
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.biojava.bio.symbol.CodonPrefFilter
CodonPrefFilter.AcceptAll, CodonPrefFilter.ByName, CodonPrefFilter.EverythingToXML -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()booleanisRequired(String name) indicates if the current CodonPref is to be acceptedvoidhandles storage of a CodonPref object
-
Constructor Details
-
EverythingToXML
-
-
Method Details
-
isRequired
Description copied from interface:CodonPrefFilterindicates if the current CodonPref is to be accepted- Specified by:
isRequiredin interfaceCodonPrefFilter
-
put
Description copied from interface:CodonPrefFilterhandles storage of a CodonPref object- Specified by:
putin interfaceCodonPrefFilter- Throws:
BioException
-
close
- Throws:
IOException
-