Package de.learnlib.filter.statistic.sul
Class CounterObservableSUL<S,I,O>
- java.lang.Object
-
- de.learnlib.filter.statistic.sul.CounterSUL<I,O>
-
- de.learnlib.filter.statistic.sul.CounterObservableSUL<S,I,O>
-
- All Implemented Interfaces:
StatisticCollector,StatisticSUL<I,O>,ObservableSUL<S,I,O>,SUL<I,O>
public class CounterObservableSUL<S,I,O> extends CounterSUL<I,O> implements ObservableSUL<S,I,O>
-
-
Field Summary
-
Fields inherited from class de.learnlib.filter.statistic.sul.CounterSUL
resetCounter, symbolCounter
-
-
Constructor Summary
Constructors Constructor Description CounterObservableSUL(ObservableSUL<S,I,O> sul)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleandeepCopies()ObservableSUL<S,I,O>fork()SgetState()-
Methods inherited from class de.learnlib.filter.statistic.sul.CounterSUL
canFork, getResetCounter, getStatisticalData, getSymbolCounter, post, pre, step
-
-
-
-
Constructor Detail
-
CounterObservableSUL
public CounterObservableSUL(ObservableSUL<S,I,O> sul)
-
-
Method Detail
-
fork
public ObservableSUL<S,I,O> fork()
-
deepCopies
public boolean deepCopies()
- Specified by:
deepCopiesin interfaceObservableSUL<S,I,O>
-
-