Package de.learnlib.algorithm.ttt.base
-
Class Summary Class Description AbstractBaseDTNode<I,D> AbstractTTTHypothesis<S extends TTTState<I,D>,I,D,T> Hypothesis DFA for theTTT algorithm
.AbstractTTTHypothesis.TTTEdge<I,D> AbstractTTTLearner<A,I,D> The TTT learning algorithm forDFA
.AbstractTTTLearner.BuilderDefaults AbstractTTTLearner.Splitter<I,D> Data structure for representing a splitter.BaseTTTDiscriminationTree<I,D> The discrimination tree data structure.BlockList<I,D> A list for storing blocks (identified by their rootAbstractBaseDTNode
s).IncomingList<I,D> The head of the intrusive linked list for storing incoming transitions of a DT node.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 theAbstractTTTLearner
learner and its DFA and Mealy implementations.TTTState<I,D> A state in aAbstractTTTHypothesis
.TTTTransition<I,D> A transition in aAbstractTTTHypothesis
. -
Exception Summary Exception Description HypothesisChangedException Exception to indicate structural changes of the hypothesis during counterexample analysis, thus possibly invalidating the counterexample.