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 classIndexedAnnotationDB.StaticMethodRPFactoryAn implementation of ParserListenerFactory that uses a static method.Methods in org.biojava.bio.annodb that return IndexedAnnotationDB.ParserListenerFactory Modifier and Type Method Description IndexedAnnotationDB.ParserListenerFactoryIndexedAnnotationDB. getParserListenerFactory()Get the ParserListenerFactory used by this IndexedAnnotationDB.Constructors in org.biojava.bio.annodb with parameters of type IndexedAnnotationDB.ParserListenerFactory Constructor Description IndexedAnnotationDB(String dbName, File storeLoc, Index2Model model, List toIndex, int maxKeyLen, AnnotationType schema, IndexedAnnotationDB.ParserListenerFactory plFactory)Create a new IndexedAnnotationDB.
-