Class CounterAdaptiveQueryOracle<I,O>
- java.lang.Object
-
- de.learnlib.filter.statistic.oracle.CounterAdaptiveQueryOracle<I,O>
-
- Type Parameters:
I- input symbol typeO- output symbol type
- All Implemented Interfaces:
AdaptiveMembershipOracle<I,O>,BatchProcessor<AdaptiveQuery<I,O>>,StatisticCollector
public class CounterAdaptiveQueryOracle<I,O> extends Object implements AdaptiveMembershipOracle<I,O>, StatisticCollector
-
-
Constructor Summary
Constructors Constructor Description CounterAdaptiveQueryOracle(AdaptiveMembershipOracle<I,O> delegate)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CountergetResetCounter()StatisticDatagetStatisticalData()CountergetSymbolCounter()voidprocessQueries(Collection<? extends AdaptiveQuery<I,O>> queries)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface de.learnlib.oracle.AdaptiveMembershipOracle
processBatch, processQuery
-
-
-
-
Constructor Detail
-
CounterAdaptiveQueryOracle
public CounterAdaptiveQueryOracle(AdaptiveMembershipOracle<I,O> delegate)
-
-
Method Detail
-
getResetCounter
public Counter getResetCounter()
-
getSymbolCounter
public Counter getSymbolCounter()
-
processQueries
public void processQueries(Collection<? extends AdaptiveQuery<I,O>> queries)
- Specified by:
processQueriesin interfaceAdaptiveMembershipOracle<I,O>
-
getStatisticalData
public StatisticData getStatisticalData()
- Specified by:
getStatisticalDatain interfaceStatisticCollector
-
-