Uses of Interface
org.biojava.bio.program.unigene.UnigeneFactory
Packages that use UnigeneFactory
-
Uses of UnigeneFactory in org.biojava.bio.program.unigene
Classes in org.biojava.bio.program.unigene that implement UnigeneFactoryModifier and TypeClassDescriptionclass
A UnigeneFactory that will use flat-file indexing of the unigene ascii-art files.class
An implementatoin of UnigeneFactory that manages it's data in an SQL database.Methods in org.biojava.bio.program.unigene that return UnigeneFactoryModifier and TypeMethodDescriptionstatic UnigeneFactory
UnigeneTools.findFactory
(URL dbURL) Find the UnigeneFactory that can accept a URL.Methods in org.biojava.bio.program.unigene with parameters of type UnigeneFactoryModifier and TypeMethodDescriptionstatic void
UnigeneTools.registerFactory
(UnigeneFactory factory) Register a UnigeneFactory.static void
UnigeneTools.unregisterFactory
(UnigeneFactory factory) Register a UnigeneFactory.