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 the AbstractTTTLearner learner and its DFA and Mealy implementations.