Interface PassiveLearningAlgorithm.PassiveMooreLearner<I,O>

Type Parameters:
I - input symbol type
O - 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.