Module de.learnlib.datastructure
Class SuffixASCIIWriter<I,D>
java.lang.Object
de.learnlib.datastructure.observationtable.writer.AbstractObservationTableWriter<I,D>
de.learnlib.datastructure.observationtable.writer.SuffixASCIIWriter<I,D>
- Type Parameters:
I- The input type.D- The output domain type
- All Implemented Interfaces:
ObservationTableWriter<I,D>
A de.learnlib.datastructures.writer which stores the suffixes of an
ObservationTable in plaintext. The
delimiter in this format will be a single semicolon for words and single commas for symbols, so these characters must
not be used in the string representation of the symbols.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidwrite(ObservationTable<? extends I, ? extends D> table, Appendable out) Methods inherited from class de.learnlib.datastructure.observationtable.writer.AbstractObservationTableWriter
outputToString, safeToStringFunction, wordToStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface de.learnlib.datastructure.observationtable.writer.ObservationTableWriter
write, write, write
-
Constructor Details
-
SuffixASCIIWriter
public SuffixASCIIWriter()
-
-
Method Details
-
write
public void write(ObservationTable<? extends I, ? extends D> table, Appendable out) throws IOException- Throws:
IOException
-