Uses of Package
de.learnlib.sul
-
Packages that use de.learnlib.sul Package Description de.learnlib.statistic de.learnlib.sul This package (and related packages) contains interfaces and classes for formalizing access to systems under learning (SULs). -
Classes in de.learnlib.sul used by de.learnlib.statistic Class Description SUL Interface for a system under learning (SUL) that can make single steps. -
Classes in de.learnlib.sul used by de.learnlib.sul Class Description ObservableSUL A System Under Learning (SUL) where at any point in time the internal state can be observed.StateLocalInputSUL A System Under Learning (SUL) which can additionally report the inputs that the SUL can process in its current state, i.e. inputs that will not trigger aSULExceptionwhen used in the next invocation of theSUL.step(Object)method return an otherwise "undefined" behavior.SUL Interface for a system under learning (SUL) that can make single steps.SULMapper