Uses of Interface
de.learnlib.algorithm.PassiveLearningAlgorithm
-
Packages that use PassiveLearningAlgorithm Package Description de.learnlib.algorithm This package (including sub-packages) contains the basic interfaces and classes of learning algorithms of LearnLib. -
-
Uses of PassiveLearningAlgorithm in de.learnlib.algorithm
Subinterfaces of PassiveLearningAlgorithm in de.learnlib.algorithm Modifier and Type Interface Description static interfacePassiveLearningAlgorithm.PassiveAcceptorLearner<M extends FiniteStateAcceptor<?,I>,I>static interfacePassiveLearningAlgorithm.PassiveDFALearner<I>Basic interface for passive learning algorithms that inferDFAs.static interfacePassiveLearningAlgorithm.PassiveMealyLearner<I,O>Basic interface for passive learning algorithms that inferMealy machines.static interfacePassiveLearningAlgorithm.PassiveMooreLearner<I,O>Basic interface for passive learning algorithms that inferMoore machines.
-