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 classstatic classstatic class -
Method Summary
Modifier and TypeMethodDescriptionbooleanisRequired(String name) indicates if the current CodonPref is to be acceptedvoidhandles 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
-