SULMapper.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.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcanFork, fork, mapUnwrappedException, mapWrappedExceptionpublic StringMapper(net.automatalib.words.Alphabet<CI> alphabet)
public CI mapInput(String abstractInput)
Mapperpublic String mapOutput(Object concreteOutput)
Mapperpublic net.automatalib.words.Alphabet<String> getMappedInputs()
Copyright © 2018. All rights reserved.