Interface IComparisonDataSourceFactory
- All Known Implementing Classes:
ComparisonDataSourceFactory
public interface IComparisonDataSourceFactory
The factory for creating
IComparisonDataSource
.-
Method Summary
Modifier and TypeMethodDescriptioncreate
(IComparisonDataSourceDescriptor descriptor) Creates a data source by the provided data source descriptor.
-
Method Details
-
create
Creates a data source by the provided data source descriptor.- Parameters:
descriptor
- the descriptor to create the source by, cannot benull
- Returns:
- the created data source, never
null
-