Package org.biojava.bio.symbol
Interface CodonPrefFilter
- All Known Implementing Classes:
CodonPrefFilter.AcceptAll
,CodonPrefFilter.ByName
,CodonPrefFilter.EverythingToXML
public interface CodonPrefFilter
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic class
static class
static class
-
Method Summary
Modifier and TypeMethodDescriptionboolean
isRequired
(String name) indicates if the current CodonPref is to be acceptedvoid
handles storage of a CodonPref object
-
Method Details
-
isRequired
indicates if the current CodonPref is to be accepted -
put
handles storage of a CodonPref object- Throws:
BioException
-