Package de.learnlib.statistic
Interface StatisticCollector
-
- All Known Subinterfaces:
StatisticLearner<M,I,D>
,StatisticLearner.DFAStatisticLearner<I>
,StatisticLearner.MealyStatisticLearner<I,O>
,StatisticLearner.MooreStatisticLearner<I,O>
,StatisticOracle<I,D>
,StatisticSUL<I,O>
public interface StatisticCollector
A utility interface to indicate that the implementing class collects statistical information that may be obtained via itsgetStatisticalData()
method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StatisticData
getStatisticalData()
Returns this statistical data gathered by this collector.
-
-
-
Method Detail
-
getStatisticalData
StatisticData getStatisticalData()
Returns this statistical data gathered by this collector.- Returns:
- the statistical data gathered by this collector
-
-