pl.edu.agh.cast.model
Interface IStatisticsProvider
- All Known Implementing Classes:
- DefaultStatisticsProvider
public interface IStatisticsProvider
Interface to be implemented by generic statistics providers.
- Author:
- AGH CAST Team
statistics
List<Statistic> statistics(IDataProvider dataProvider,
org.eclipse.core.runtime.IProgressMonitor monitor)
- Generates statistics for a given data provider.
- Parameters:
dataProvider
- The IDataProvider
for which the statistic is generatedmonitor
- a non-null progress monitor (can be a NullProgressMonitor
if progress
monitoring is not required)
- Returns:
- List of statistics generated for the given data provider
Copyright © 2007-2009 IISG AGH-UST Krakow, Poland. All Rights Reserved.