Mapper.MappedException<AO>
Constructor and Description |
---|
StringMapper(net.automatalib.words.Alphabet<CI> alphabet) |
Modifier and Type | Method and Description |
---|---|
net.automatalib.words.Alphabet<String> |
getMappedInputs() |
CI |
mapInput(String abstractInput)
Method that maps an abstract input to a corresponding concrete input.
|
String |
mapOutput(Object concreteOutput)
Method that maps a concrete output to a corresponding abstract output.
|
mapUnwrappedException, mapWrappedException, post, pre
public StringMapper(net.automatalib.words.Alphabet<CI> alphabet)
public CI mapInput(String abstractInput)
Mapper
abstractInput
- the abstract inputpublic String mapOutput(Object concreteOutput)
Mapper
concreteOutput
- the concrete outputpublic net.automatalib.words.Alphabet<String> getMappedInputs()
Copyright © 2016. All rights reserved.