Module de.learnlib.datastructure
Class AbstractObservationTableWriter<I,D>
- java.lang.Object
-
- de.learnlib.datastructure.observationtable.writer.AbstractObservationTableWriter<I,D>
-
- All Implemented Interfaces:
ObservationTableWriter<I,D>
- Direct Known Subclasses:
ObservationTableASCIIWriter
,ObservationTableHTMLWriter
,SuffixASCIIWriter
public abstract class AbstractObservationTableWriter<I,D> extends Object implements ObservationTableWriter<I,D>
-
-
Constructor Summary
Constructors Constructor Description AbstractObservationTableWriter()
AbstractObservationTableWriter(Function<? super net.automatalib.word.Word<? extends I>,? extends String> wordToString, Function<? super D,? extends String> outputToString)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected String
outputToString(D output)
protected static <T> Function<? super T,? extends String>
safeToStringFunction(Function<? super T,? extends String> toStringFunction)
protected String
wordToString(net.automatalib.word.Word<? extends I> word)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface de.learnlib.datastructure.observationtable.writer.ObservationTableWriter
write, write, write, write
-
-