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 classCodonPrefFilter.AcceptAllstatic classCodonPrefFilter.ByNamestatic classCodonPrefFilter.EverythingToXML
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisRequired(String name)indicates if the current CodonPref is to be acceptedvoidput(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
-
-