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 classFlatFileUnigeneFactoryA UnigeneFactory that will use flat-file indexing of the unigene ascii-art files.classSQLUnigeneFactoryAn 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 UnigeneFactoryUnigeneTools. 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 voidUnigeneTools. registerFactory(UnigeneFactory factory)Register a UnigeneFactory.static voidUnigeneTools. unregisterFactory(UnigeneFactory factory)Register a UnigeneFactory.
-