Class FeatureFilter.AnnotationContains

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

Retrieve features that contain a given annotation, and that the set of values contains the value given.
Since:
1.3
Author:
Thomas Down
See Also:
  • Constructor Details

    • AnnotationContains

      public AnnotationContains(Object key, Object value)
      Make a new AnnotationContains that will accept features with an annotation bundle where the value-set assosiated with the property key contains a member equal to value.
      Parameters:
      key - the Object used as a key in the annotation
      value - the Object associated with key in the annotation
  • Method Details