Module de.learnlib.algorithm.ttt
Package de.learnlib.algorithm.ttt.base
package de.learnlib.algorithm.ttt.base
-
ClassDescriptionAbstractBaseDTNode<I,
D> Hypothesis DFA for theTTT algorithm.AbstractTTTLearner<A,I, D> The TTT learning algorithm for generic automata.Data structure for representing a splitter.The discrimination tree data structure.Exception to indicate structural changes of the hypothesis during counterexample analysis, thus possibly invalidating the counterexample.OutputInconsistency<I,D> Class for representing output inconsistencies within the TTT algorithm.TTTLearnerState<I,D> Class that contains all data that represent the internal state of theAbstractTTTLearnerlearner and its DFA and Mealy implementations.TTTState<I,D> A state in aAbstractTTTHypothesis.TTTTransition<I,D> A transition in aAbstractTTTHypothesis.