Package org.biojava.bio.annodb

Databases of generic structured data (annotation) objects.

See:
          Description

Interface Summary
AnnotationDB A database of Annotation instances.
IndexedAnnotationDB.ParserListenerFactory A factory for retrieving parsers and listeners.
 

Class Summary
IndexedAnnotationDB A database of Annotation instances backed by an indexed file set.
IndexedAnnotationDB.StaticMethodRPFactory An implementation of ParserListenerFactory that uses a static method.
LazyFilteredAnnotationDB An implementation of AnnotationDB that lazily applies a filter.
LazySearchedAnnotationDB An implementation of AnnotationDB that does a JIT search on another set.
MergingAnnotationDB An AnnotationDB that provides a merged view of a list of underlying DBs.
SimpleAnnotationDB A no-frills implementation of AnnotationDB.
 

Package org.biojava.bio.annodb Description

Databases of generic structured data (annotation) objects.