Uses of Interface
org.biojava.bio.program.unigene.UnigeneFactory
-
Packages that use UnigeneFactory Package Description org.biojava.bio.program.unigene Objects for representing Unigene clusters. -
-
Uses of UnigeneFactory in org.biojava.bio.program.unigene
Classes in org.biojava.bio.program.unigene that implement UnigeneFactory Modifier and Type Class Description class
FlatFileUnigeneFactory
A UnigeneFactory that will use flat-file indexing of the unigene ascii-art files.class
SQLUnigeneFactory
An implementatoin of UnigeneFactory that manages it's data in an SQL database.Methods in org.biojava.bio.program.unigene that return UnigeneFactory Modifier and Type Method Description static UnigeneFactory
UnigeneTools. findFactory(URL dbURL)
Find the UnigeneFactory that can accept a URL.Methods in org.biojava.bio.program.unigene with parameters of type UnigeneFactory Modifier and Type Method Description static void
UnigeneTools. registerFactory(UnigeneFactory factory)
Register a UnigeneFactory.static void
UnigeneTools. unregisterFactory(UnigeneFactory factory)
Register a UnigeneFactory.
-