Package de.learnlib.algorithm
Interface LearningAlgorithm.NFALearner<I>
-
- All Superinterfaces:
LearningAlgorithm<NFA<?,I>,I,Boolean>
- 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
-
-