Package org.biojava.bio.symbol
Class CodonPrefFilter.AcceptAll
- java.lang.Object
-
- org.biojava.bio.symbol.CodonPrefFilter.AcceptAll
-
- All Implemented Interfaces:
CodonPrefFilter
- Enclosing interface:
- CodonPrefFilter
public static class CodonPrefFilter.AcceptAll extends Object implements CodonPrefFilter
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.biojava.bio.symbol.CodonPrefFilter
CodonPrefFilter.AcceptAll, CodonPrefFilter.ByName, CodonPrefFilter.EverythingToXML
-
-
Constructor Summary
Constructors Constructor Description AcceptAll()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List
getCodonPrefs()
boolean
isRequired(String name)
indicates if the current CodonPref is to be acceptedvoid
put(CodonPref codonPref)
handles storage of a CodonPref object
-
-
-
Constructor Detail
-
AcceptAll
public AcceptAll()
-
-
Method Detail
-
isRequired
public boolean isRequired(String name)
Description copied from interface:CodonPrefFilter
indicates if the current CodonPref is to be accepted- Specified by:
isRequired
in interfaceCodonPrefFilter
-
put
public void put(CodonPref codonPref)
Description copied from interface:CodonPrefFilter
handles storage of a CodonPref object- Specified by:
put
in interfaceCodonPrefFilter
-
getCodonPrefs
public List getCodonPrefs()
-
-