- All Superinterfaces:
LearningAlgorithm<NFA<?,I>, I, Boolean>
- All Known Implementing Classes:
NLStarLearner
- Enclosing interface:
- LearningAlgorithm<M,
I, D>
public static interface LearningAlgorithm.NFALearner<I>
extends LearningAlgorithm<NFA<?,I>,I,Boolean>
-
Nested Class Summary
Nested classes/interfaces inherited from interface de.learnlib.algorithm.LearningAlgorithm
LearningAlgorithm.DFALearner<I>, LearningAlgorithm.MealyLearner<I,O>, LearningAlgorithm.MooreLearner<I, O>, LearningAlgorithm.NFALearner<I> -
Method Summary
Methods inherited from interface de.learnlib.algorithm.LearningAlgorithm
getHypothesisModel, refineHypothesis, startLearning