Uses of Class
org.biojava.bio.program.tagvalue.Index2Model
Packages that use Index2Model
Package
Description
Databases of generic structured data (annotation) objects.
Process files as streams of records, each with tags with values.
-
Uses of Index2Model in org.biojava.bio.annodb
Constructors in org.biojava.bio.annodb with parameters of type Index2ModelModifierConstructorDescriptionIndexedAnnotationDB
(String dbName, File storeLoc, Index2Model model, List toIndex, int maxKeyLen, AnnotationType schema, IndexedAnnotationDB.ParserListenerFactory plFactory) Create a new IndexedAnnotationDB. -
Uses of Index2Model in org.biojava.bio.program.tagvalue
Constructors in org.biojava.bio.program.tagvalue with parameters of type Index2ModelModifierConstructorDescriptionIndexer2
(File file, IndexStore indexStore, Index2Model model) Build a new Indexer.