Uses of Interface
org.biojava.bio.annodb.IndexedAnnotationDB.ParserListenerFactory
-
Packages that use IndexedAnnotationDB.ParserListenerFactory Package Description org.biojava.bio.annodb Databases of generic structured data (annotation) objects. -
-
Uses of IndexedAnnotationDB.ParserListenerFactory in org.biojava.bio.annodb
Classes in org.biojava.bio.annodb that implement IndexedAnnotationDB.ParserListenerFactory Modifier and Type Class Description static class
IndexedAnnotationDB.StaticMethodRPFactory
An implementation of ParserListenerFactory that uses a static method.Methods in org.biojava.bio.annodb that return IndexedAnnotationDB.ParserListenerFactory Modifier and Type Method Description IndexedAnnotationDB.ParserListenerFactory
IndexedAnnotationDB. getParserListenerFactory()
Get the ParserListenerFactory used by this IndexedAnnotationDB.Constructors in org.biojava.bio.annodb with parameters of type IndexedAnnotationDB.ParserListenerFactory Constructor Description IndexedAnnotationDB(java.lang.String dbName, java.io.File storeLoc, Index2Model model, java.util.List toIndex, int maxKeyLen, AnnotationType schema, IndexedAnnotationDB.ParserListenerFactory plFactory)
Create a new IndexedAnnotationDB.
-