Module de.learnlib.api
Package de.learnlib.algorithm
Interface PassiveLearningAlgorithm.PassiveMooreLearner<I,O>
- Type Parameters:
I- input symbol typeO- output symbol type
- All Superinterfaces:
PassiveLearningAlgorithm<MooreMachine<?,I, ?, O>, I, Word<O>>
- All Known Implementing Classes:
BlueFringeRPNIMoore
- Enclosing interface:
- PassiveLearningAlgorithm<M,
I, D>
public static interface PassiveLearningAlgorithm.PassiveMooreLearner<I,O>
extends PassiveLearningAlgorithm<MooreMachine<?,I,?,O>,I,Word<O>>
Basic interface for passive learning algorithms that infer
Moore machines.-
Nested Class Summary
Nested classes/interfaces inherited from interface de.learnlib.algorithm.PassiveLearningAlgorithm
PassiveLearningAlgorithm.PassiveAcceptorLearner<M extends FiniteStateAcceptor<?,I>, I>, PassiveLearningAlgorithm.PassiveDFALearner<I>, PassiveLearningAlgorithm.PassiveMealyLearner<I, O>, PassiveLearningAlgorithm.PassiveMooreLearner<I, O> -
Method Summary
Methods inherited from interface de.learnlib.algorithm.PassiveLearningAlgorithm
addSample, addSample, addSamples, addSamples, addSamples, addSamples, computeModel