Uses of Interface
de.learnlib.Mapper
-
Packages that use Mapper Package Description de.learnlib de.learnlib.sul This package (and related packages) contains interfaces and classes for formalizing access to systems under learning (SULs). -
-
Uses of Mapper in de.learnlib
Subinterfaces of Mapper in de.learnlib Modifier and Type Interface Description static interfaceMapper.AsynchronousMapper<AI,AO,CI,CO>A mapper refinement to establish the contract of an asynchronous, query-wise translation of input words.static interfaceMapper.SynchronousMapper<AI,AO,CI,CO>A mapper refinement to establish the contract of a synchronized, symbol-wise translation of input words for reactive systems. -
Uses of Mapper in de.learnlib.sul
Subinterfaces of Mapper in de.learnlib.sul Modifier and Type Interface Description interfaceSULMapper<AI,AO,CI,CO>
-