Package de.learnlib.algorithm.ttt.base
Class TTTLearnerState<I,D>
- 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 theAbstractTTTLearner
learner and its DFA and Mealy implementations.