-
- All Known Subinterfaces:
StatisticLearner<M,I,D>
,StatisticLearner.DFAStatisticLearner<I>
,StatisticLearner.MealyStatisticLearner<I,O>
,StatisticLearner.MooreStatisticLearner<I,O>
,StatisticOracle<I,D>
,StatisticSUL<I,O>
- All Known Implementing Classes:
CounterAdaptiveQueryOracle
,CounterObservableSUL
,CounterOracle
,CounterStateLocalInputSUL
,CounterSUL
,DFACounterOracle
,DFAHistogramOracle
,DFARefinementCounterLearner
,HistogramOracle
,MealyCounterOracle
,MealyHistogramOracle
,MealyRefinementCounterLearner
,MooreCounterOracle
,MooreHistogramOracle
,MooreRefinementCounterLearner
,RefinementCounterLearner
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
-
-