Class NCBIGene2GOAssociationLoader
- java.lang.Object
-
- ubic.gemma.core.loader.association.NCBIGene2GOAssociationLoader
-
public class NCBIGene2GOAssociationLoader extends Object
- Author:
- keshav, pavlidis
-
-
Constructor Summary
Constructors Constructor Description NCBIGene2GOAssociationLoader()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetCount()booleanisConsumerDone()booleanisProducerDone()voidload(InputStream inputStream)voidload(LocalFile ncbiFile)voidsetParser(NCBIGene2GOAssociationParser parser)voidsetPersisterHelper(Persister persisterHelper)
-
-
-
Method Detail
-
getCount
public int getCount()
-
isConsumerDone
public boolean isConsumerDone()
-
isProducerDone
public boolean isProducerDone()
-
load
public void load(InputStream inputStream)
-
load
public void load(LocalFile ncbiFile)
-
setParser
public void setParser(NCBIGene2GOAssociationParser parser)
-
setPersisterHelper
public void setPersisterHelper(Persister persisterHelper)
-
-