Class SuffixASCIIWriter<I,​D>

  • Type Parameters:
    I - The input type.
    D - The output domain type
    All Implemented Interfaces:
    ObservationTableWriter<I,​D>

    public class SuffixASCIIWriter<I,​D>
    extends AbstractObservationTableWriter<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.