public abstract class AbstractObservationTableWriter<I,D> extends Object implements ObservationTableWriter<I,D>
| Modifier and Type | Field and Description |
|---|---|
protected Function<? super D,? extends String> |
outputToString |
protected Function<? super net.automatalib.words.Word<? extends I>,? extends String> |
wordToString |
| Constructor and Description |
|---|
AbstractObservationTableWriter() |
AbstractObservationTableWriter(Function<? super net.automatalib.words.Word<? extends I>,? extends String> wordToString,
Function<? super D,? extends String> outputToString) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
outputToString(D output) |
protected static <T> Function<? super T,? extends String> |
safeToStringFunction(Function<? super T,? extends String> toStringFunction) |
void |
setOutputToString(Function<? super D,? extends String> outputToString) |
void |
setWordToString(Function<? super net.automatalib.words.Word<? extends I>,? extends String> wordToString) |
protected String |
wordToString(net.automatalib.words.Word<? extends I> word) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitwrite, write, write, writeprotected Function<? super net.automatalib.words.Word<? extends I>,? extends String> wordToString
protected static <T> Function<? super T,? extends String> safeToStringFunction(Function<? super T,? extends String> toStringFunction)
public void setWordToString(Function<? super net.automatalib.words.Word<? extends I>,? extends String> wordToString)
public void setOutputToString(Function<? super D,? extends String> outputToString)
Copyright © 2018. All rights reserved.