Uses of Class
org.biojava.bio.seq.FeatureFilter.ByAnnotationType

Packages that use FeatureFilter.ByAnnotationType
org.biojava.bio.seq Classes and interfaces for defining biological sequences and informatics objects. 
 

Uses of FeatureFilter.ByAnnotationType in org.biojava.bio.seq
 

Subclasses of FeatureFilter.ByAnnotationType in org.biojava.bio.seq
static class FeatureFilter.AnnotationContains
          Retrieve features that contain a given annotation, and that the set of values contains the value given.
static class FeatureFilter.ByAnnotation
          Retrieve features that contain a given annotation with a given value.
static class FeatureFilter.HasAnnotation
          Retrieve features that contain a given annotation with any value.