I - input symbol type (upper bound)D - output domain type (upper bound)public class ObservationTableHTMLWriter<I,D> extends AbstractObservationTableWriter<I,D>
outputToString, wordToString| Constructor and Description |
|---|
ObservationTableHTMLWriter(Function<? super net.automatalib.words.Word<? extends I>,? extends String> wordToString,
Function<? super D,? extends String> outputToString) |
| Modifier and Type | Method and Description |
|---|---|
void |
write(ObservationTable<? extends I,? extends D> table,
Appendable out) |
outputToString, safeToStringFunction, setOutputToString, setWordToString, wordToStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitwrite, write, writepublic void write(ObservationTable<? extends I,? extends D> table, Appendable out) throws IOException
IOExceptionCopyright © 2018. All rights reserved.