Package net.maswag.falcaun
Class NumericSULMapper
java.lang.Object
net.maswag.falcaun.NumericSULMapper
- All Implemented Interfaces:
de.learnlib.Mapper<String,,String, List<Double>, IOSignalPiece<List<Double>>> de.learnlib.Mapper.SynchronousMapper<String,,String, List<Double>, IOSignalPiece<List<Double>>> de.learnlib.sul.SULMapper<String,String, List<Double>, IOSignalPiece<List<Double>>>
public class NumericSULMapper
extends Object
implements de.learnlib.sul.SULMapper<String,String,List<Double>,IOSignalPiece<List<Double>>>
I/O Mapper between abstract/concrete NumericSUL.
TODO For now, the abstract alphabet is String for simplicity but later, it can be integers to handle more data.
- Author:
- Masaki Waga <masakiwaga@gmail.com>
-
Nested Class Summary
Nested classes/interfaces inherited from interface de.learnlib.Mapper
de.learnlib.Mapper.AsynchronousMapper<AI,AO, CI, CO>, de.learnlib.Mapper.SynchronousMapper<AI, AO, CI, CO> -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) net.automatalib.alphabet.Alphabet<String> mapConcrete(IOSignalPiece<List<Double>> concreteIO) mapOutput(IOSignalPiece<List<Double>> concreteIO) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface de.learnlib.Mapper
post, preMethods inherited from interface de.learnlib.sul.SULMapper
canFork, fork, mapUnwrappedException, mapWrappedException
-
Field Details
-
inputMapper
-
largestOutputs
-
sigMap
-
abstractOutputs
-
concreteOutputs
-
-
Constructor Details
-
Method Details
-
mapInput
-
mapInput
-
mapInputs
-
mapOutput
-
mapConcrete
-
constructAbstractAlphabet
net.automatalib.alphabet.Alphabet<String> constructAbstractAlphabet() -
constructConcreteAlphabet
-