Class FeatureFilter.ByAnnotation

java.lang.Object
org.biojava.bio.seq.FeatureFilter.ByAnnotationType
org.biojava.bio.seq.FeatureFilter.ByAnnotation
All Implemented Interfaces:
Serializable, FeatureFilter, OptimizableFilter
Enclosing interface:
FeatureFilter

Retrieve features that contain a given annotation with a given value.
Since:
1.1
Author:
Matthew Pocock, Keith James
See Also:
  • Constructor Details

    • ByAnnotation

      public ByAnnotation(Object key, Object value)
      Make a new ByAnnotation that will accept features with an annotation bundle containing 'value' associated with 'key'.
      Parameters:
      key - the Object used as a key in the annotation
      value - the Object associated with key in the annotation
  • Method Details