Module de.learnlib.datastructure
Class SuffixASCIIReader<I,D>
java.lang.Object
de.learnlib.datastructure.observationtable.reader.SuffixASCIIReader<I,D>
- All Implemented Interfaces:
ObservationTableReader<I,D>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReads the string representation of an observation table and returns an implementation ofObservationTablewhich allows access to short and long prefixes as well as suffixes.
-
Constructor Details
-
SuffixASCIIReader
public SuffixASCIIReader()
-
-
Method Details
-
read
Description copied from interface:ObservationTableReaderReads the string representation of an observation table and returns an implementation ofObservationTablewhich allows access to short and long prefixes as well as suffixes.- Specified by:
readin interfaceObservationTableReader<I,D> - Parameters:
source- The string representation to read, must not benull.alphabet- The learning alphabet containing the symbols used, must not benull.- Returns:
- an implementation of
ObservationTablewhich allows at lease access toObservationTable.getSuffixes(),ObservationTable.getShortPrefixes(), andObservationTable.getLongPrefixes(). Will never benull.
-