Uses of Interface
de.learnlib.sul.SULMapper
-
Packages that use SULMapper Package Description de.learnlib.sul This package (and related packages) contains interfaces and classes for formalizing access to systems under learning (SULs). -
-
Uses of SULMapper in de.learnlib.sul
Methods in de.learnlib.sul that return SULMapper Modifier and Type Method Description default SULMapper<AI,AO,CI,CO>SULMapper. fork()Forks this mapper, i.e., returns a mapper that behaves in exactly the same way as this mapper, but allows for being used independently of this mapper.
-