|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectpl.edu.agh.cast.model.DefaultStatisticsProvider
public class DefaultStatisticsProvider
The default implementation of the statistics provider counts only the number of source and target relations, not taking into account any domain model data associated with them.
Constructor Summary | |
---|---|
DefaultStatisticsProvider()
|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DefaultStatisticsProvider()
Method Detail |
---|
public java.util.List<Statistic> statistics(pl.edu.agh.cast.model.base.IDataProvider dataProvider, org.eclipse.core.runtime.IProgressMonitor monitor)
IStatisticsProvider
statistics
in interface IStatisticsProvider
dataProvider
- The IDataProvider
for which the statistic is generatedmonitor
- a non-null progress monitor (can be a
NullProgressMonitor
if progress monitoring is not
required)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |