- java.lang.Object
-
- de.learnlib.algorithm.ttt.base.TTTLearnerState<I,D>
-
- Type Parameters:
I- The input alphabet type.D- The output domain type.
public class TTTLearnerState<I,D> extends Object
Class that contains all data that represent the internal state of theAbstractTTTLearnerlearner and its DFA and Mealy implementations.