Uses of Interface
org.biojava.bio.program.unigene.UnigeneFactory

Packages that use UnigeneFactory
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
 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
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
static void UnigeneTools.registerFactory(UnigeneFactory factory)
          Register a UnigeneFactory.
static void UnigeneTools.unregisterFactory(UnigeneFactory factory)
          Register a UnigeneFactory.