| Package | Description |
|---|---|
| de.learnlib.api.algorithm |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
PassiveLearningAlgorithm.PassiveAcceptorLearner<M extends net.automatalib.automata.fsa.FiniteStateAcceptor<?,I>,I>
Basic interface for passive learning algorithms that infer finite-state acceptors (
DFAs or NFAs). |
static interface |
PassiveLearningAlgorithm.PassiveDFALearner<I>
Basic interface for passive learning algorithms that infer
DFAs. |
static interface |
PassiveLearningAlgorithm.PassiveMealyLearner<I,O>
Basic interface for passive learning algorithms that infer
Mealy machines. |
static interface |
PassiveLearningAlgorithm.PassiveNFALearner<I>
Basic interface for passive learning algorithms that infer
NFAs. |
Copyright © 2018. All rights reserved.