Uses of Interface
org.biojava.bio.seq.FilterUtils.FilterTransformer

Packages that use FilterUtils.FilterTransformer
org.biojava.bio.seq Classes and interfaces for defining biological sequences and informatics objects. 
org.biojava.bio.seq.impl Standard in-memory implementations of Sequence and Feature
org.biojava.bio.seq.projection Code for projecting Feature objects and systematically altering their properties. 
 

Uses of FilterUtils.FilterTransformer in org.biojava.bio.seq
 

Classes in org.biojava.bio.seq that implement FilterUtils.FilterTransformer
 class FilterUtils.DelegatingTransformer
          An implementation of FilterTransformer that attempts to transform by one transformer, and if that fails, by another.
 

Methods in org.biojava.bio.seq with parameters of type FilterUtils.FilterTransformer
static FeatureFilter FilterUtils.transformFilter(FeatureFilter ff, FilterUtils.FilterTransformer trans)
          This is a general framework method for transforming one filter into another.
 

Constructors in org.biojava.bio.seq with parameters of type FilterUtils.FilterTransformer
FilterUtils.DelegatingTransformer(FilterUtils.FilterTransformer t1, FilterUtils.FilterTransformer t2)
          Create a new DelegatingTransformer that will apply t1 and then t2 if t1 fails.
 

Uses of FilterUtils.FilterTransformer in org.biojava.bio.seq.impl
 

Methods in org.biojava.bio.seq.impl that return FilterUtils.FilterTransformer
protected  FilterUtils.FilterTransformer SubSequence.SubProjectedFeatureContext.getReverter()
           
protected  FilterUtils.FilterTransformer SubSequence.SubProjectedFeatureContext.getTransformer()
           
 

Uses of FilterUtils.FilterTransformer in org.biojava.bio.seq.projection
 

Methods in org.biojava.bio.seq.projection that return FilterUtils.FilterTransformer
protected  FilterUtils.FilterTransformer ReparentContext.getReverter()
           
protected  FilterUtils.FilterTransformer TranslateFlipContext.getReverter()
           
protected  FilterUtils.FilterTransformer ReparentContext.getTransformer()
           
protected  FilterUtils.FilterTransformer TranslateFlipContext.getTransformer()