Package ubic.gemma.core.loader.util.sdo
Interface SourceDomainObjectGenerator
- All Known Implementing Classes:
GeoDomainObjectGenerator
,GeoDomainObjectGeneratorLocal
public interface SourceDomainObjectGenerator
- Author:
- pavlidis
-
Method Summary
Modifier and TypeMethodDescriptionCollection
<?> Combines the necessary data fetching and parsing steps to get a collection of source domain objects.
-
Method Details
-
generate
Combines the necessary data fetching and parsing steps to get a collection of source domain objects.- Parameters:
accession
- such as a GEO or ArrayExpression accession identifier.- Returns:
- Collection of generated objects.
-