Uses of Interface
org.biojava.bio.annodb.AnnotationDB
-
Packages that use AnnotationDB Package Description org.biojava.bio.annodb Databases of generic structured data (annotation) objects. -
-
Uses of AnnotationDB in org.biojava.bio.annodb
Classes in org.biojava.bio.annodb that implement AnnotationDB Modifier and Type Class Description classIndexedAnnotationDBA database of Annotation instances backed by an indexed file set.classLazyFilteredAnnotationDBAn implementation of AnnotationDB that lazily applies a filter.classLazySearchedAnnotationDBAn implementation of AnnotationDB that does a JIT search on another set.classMergingAnnotationDBAn AnnotationDB that provides a merged view of a list of underlying DBs.classSimpleAnnotationDBA no-frills implementation of AnnotationDB.Fields in org.biojava.bio.annodb declared as AnnotationDB Modifier and Type Field Description static AnnotationDBAnnotationDB. EMPTYAn AnnotationDB that is always empty.Methods in org.biojava.bio.annodb that return AnnotationDB Modifier and Type Method Description AnnotationDBAnnotationDB. filter(AnnotationType at)Find all Annotation instances in this DB that are of a particular type.AnnotationDBIndexedAnnotationDB. filter(AnnotationType at)AnnotationDBLazyFilteredAnnotationDB. filter(AnnotationType at)AnnotationDBLazySearchedAnnotationDB. filter(AnnotationType at)AnnotationDBMergingAnnotationDB. filter(AnnotationType at)AnnotationDBSimpleAnnotationDB. filter(AnnotationType at)AnnotationDBAnnotationDB. search(AnnotationType at)Find all Annotation instances in this DB and any Annotations that are child properties of these that match an AnnotationType.AnnotationDBIndexedAnnotationDB. search(AnnotationType at)AnnotationDBLazyFilteredAnnotationDB. search(AnnotationType at)AnnotationDBLazySearchedAnnotationDB. search(AnnotationType at)AnnotationDBMergingAnnotationDB. search(AnnotationType at)AnnotationDBSimpleAnnotationDB. search(AnnotationType at)Methods in org.biojava.bio.annodb with parameters of type AnnotationDB Modifier and Type Method Description voidMergingAnnotationDB. addAnnotationDB(AnnotationDB toAdd)Add a DB to be merged in this view.voidMergingAnnotationDB. removeAnnotationDB(AnnotationDB toRemove)Remove a DB from this view.Constructors in org.biojava.bio.annodb with parameters of type AnnotationDB Constructor Description LazyFilteredAnnotationDB(String name, AnnotationDB source, AnnotationType schema)Create a new DB by wrapping another with a schema.LazySearchedAnnotationDB(String name, AnnotationDB source, AnnotationType schema)Create a new DB from an old one by applying a schema.
-