Module de.learnlib.algorithm.aaar
Package de.learnlib.algorithm.aaar.explicit
-
Class Summary Class Description AbstractExplicitAAARLearner<L extends LearningAlgorithm<CM,CI,D> & net.automatalib.alphabet.SupportsGrowingAlphabet<CI>,AM,CM,AI,CI,D> An "explicit" refinement of theAbstractAAARLearner
.ExplicitAAARLearnerDFA<L extends LearningAlgorithm.DFALearner<CI> & net.automatalib.alphabet.SupportsGrowingAlphabet<CI>,AI,CI> ADFA
-specific refinement ofAbstractExplicitAAARLearner
.ExplicitAAARLearnerMealy<L extends LearningAlgorithm.MealyLearner<CI,O> & net.automatalib.alphabet.SupportsGrowingAlphabet<CI>,AI,CI,O> AMealyMachine
-specific refinement ofAbstractExplicitAAARLearner
.ExplicitAAARLearnerMoore<L extends LearningAlgorithm.MooreLearner<CI,O> & net.automatalib.alphabet.SupportsGrowingAlphabet<CI>,AI,CI,O> ALearningAlgorithm.MooreLearner
-specific refinement ofAbstractExplicitAAARLearner
.