pl.edu.agh.cast.model
Interface IStatisticsProvider

All Known Implementing Classes:
DefaultStatisticsProvider

public interface IStatisticsProvider

Interface to be implemented by generic statistics providers

Author:
Aleksander Pohl, awos

Method Summary
 java.util.List<Statistic> statistics(pl.edu.agh.cast.model.base.IDataProvider dataProvider, org.eclipse.core.runtime.IProgressMonitor monitor)
          Generates statistics for a given data provider.
 

Method Detail

statistics

java.util.List<Statistic> statistics(pl.edu.agh.cast.model.base.IDataProvider dataProvider,
                                     org.eclipse.core.runtime.IProgressMonitor monitor)
Generates statistics for a given data provider.

Parameters:
dataProvider - The IDataProvider for which the statistic is generated
monitor - 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-2008 AGH University of Science and Technology. All Rights Reserved.