Package org.biojava.bio.symbol
Interface CodonPrefFilter
-
- All Known Implementing Classes:
CodonPrefFilter.AcceptAll
,CodonPrefFilter.ByName
,CodonPrefFilter.EverythingToXML
public interface CodonPrefFilter
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
CodonPrefFilter.AcceptAll
static class
CodonPrefFilter.ByName
static class
CodonPrefFilter.EverythingToXML
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
isRequired(String name)
indicates if the current CodonPref is to be acceptedvoid
put(CodonPref codonPref)
handles storage of a CodonPref object
-
-
-
Method Detail
-
isRequired
boolean isRequired(String name)
indicates if the current CodonPref is to be accepted
-
put
void put(CodonPref codonPref) throws BioException
handles storage of a CodonPref object- Throws:
BioException
-
-