Uses of Class
de.learnlib.algorithm.observationpack.OPLearnerState
-
Packages that use OPLearnerState Package Description de.learnlib.algorithm.observationpack This package (and sub-packages) provides the implementation of the Observation-Pack learning algorithm as described in the PhD thesis Active learning of interface programs by Falk Howar. -
-
Uses of OPLearnerState in de.learnlib.algorithm.observationpack
Methods in de.learnlib.algorithm.observationpack that return OPLearnerState Modifier and Type Method Description OPLearnerState<I,D,SP,TP>AbstractOPLearner. suspend()Methods in de.learnlib.algorithm.observationpack with parameters of type OPLearnerState Modifier and Type Method Description voidAbstractOPLearner. resume(OPLearnerState<I,D,SP,TP> state)
-