Interface IComparisonDataSourceFactory

All Known Implementing Classes:
ComparisonDataSourceFactory

public interface IComparisonDataSourceFactory
The factory for creating IComparisonDataSource.
  • Method Details

    • create

      Creates a data source by the provided data source descriptor.
      Parameters:
      descriptor - the descriptor to create the source by, cannot be null
      Returns:
      the created data source, never null