Uses of Interface
org.biojava.bio.seq.FilterUtils.FilterTransformer
Packages that use FilterUtils.FilterTransformer
Package
Description
Classes and interfaces for defining biological sequences and informatics
objects.
Standard in-memory implementations of
Sequence
and
Feature
.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.FilterTransformerModifier and TypeClassDescriptionclass
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.FilterTransformerModifier and TypeMethodDescriptionstatic 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.FilterTransformerModifierConstructorDescriptionCreate 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.FilterTransformerModifier and TypeMethodDescriptionprotected 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.FilterTransformerModifier and TypeMethodDescriptionprotected FilterUtils.FilterTransformer
ReparentContext.getReverter()
protected FilterUtils.FilterTransformer
TranslateFlipContext.getReverter()
protected FilterUtils.FilterTransformer
ReparentContext.getTransformer()
protected FilterUtils.FilterTransformer
TranslateFlipContext.getTransformer()