| Package | Description |
|---|---|
| de.learnlib.api.algorithm |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
PassiveLearningAlgorithm.PassiveAcceptorLearner<M extends FiniteStateAcceptor<?,I>,I>
|
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 © 2020. All rights reserved.