Interface SourceDomainObjectGenerator

All Known Implementing Classes:
GeoDomainObjectGenerator, GeoDomainObjectGeneratorLocal

public interface SourceDomainObjectGenerator
Author:
pavlidis
  • Method Summary

    Modifier and Type
    Method
    Description
    generate(String accession)
    Combines the necessary data fetching and parsing steps to get a collection of source domain objects.
  • Method Details

    • generate

      Collection<?> generate(String accession)
      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.