- GenericObservationTable<I,D> - Class in de.learnlib.datastructure.observationtable
-
A generic observation table, that implements the classical OT semantics for fully specified systems.
- GenericObservationTable(Alphabet<I>) - Constructor for class de.learnlib.datastructure.observationtable.GenericObservationTable
-
Constructor.
- getAllPrefixes() - Method in interface de.learnlib.datastructure.observationtable.ObservationTable
-
Retrieves all prefixes (short and long) in the table.
- getAllRows() - Method in interface de.learnlib.datastructure.observationtable.ObservationTable
-
- getFirstRow() - Method in class de.learnlib.datastructure.observationtable.Inconsistency
-
Retrieves the first (short prefix) row constituting the inconsistency.
- getInputAlphabet() - Method in class de.learnlib.datastructure.observationtable.AbstractObservationTable
-
- getInputAlphabet() - Method in interface de.learnlib.datastructure.observationtable.ObservationTable
-
Retrieves the input alphabet used in this observation table.
- getInputAlphabet() - Method in class de.learnlib.datastructure.observationtable.reader.SimpleObservationTable
-
- getLabel() - Method in interface de.learnlib.datastructure.observationtable.Row
-
Retrieves the label of this row.
- getLongPrefixes() - Method in interface de.learnlib.datastructure.observationtable.ObservationTable
-
Retrieves the long prefixes in the table.
- getLongPrefixRows() - Method in class de.learnlib.datastructure.observationtable.AbstractObservationTable
-
- getLongPrefixRows() - Method in interface de.learnlib.datastructure.observationtable.ObservationTable
-
- getLongPrefixRows() - Method in class de.learnlib.datastructure.observationtable.reader.SimpleObservationTable
-
- getObservationTable() - Method in interface de.learnlib.datastructure.observationtable.ObservationTableFeature
-
- getRow(int) - Method in class de.learnlib.datastructure.observationtable.AbstractObservationTable
-
- getRow(Word<I>) - Method in class de.learnlib.datastructure.observationtable.AbstractObservationTable
-
- getRow(int) - Method in interface de.learnlib.datastructure.observationtable.ObservationTable
-
- getRow(Word<I>) - Method in interface de.learnlib.datastructure.observationtable.ObservationTable
-
- getRow(int) - Method in class de.learnlib.datastructure.observationtable.reader.SimpleObservationTable
-
- getRow(Word<I>) - Method in class de.learnlib.datastructure.observationtable.reader.SimpleObservationTable
-
- getRowContentId() - Method in interface de.learnlib.datastructure.observationtable.Row
-
Retrieves the unique identifier associated with the content of this row (may be -1 if this row has not
yet been initialized).
- getRowId() - Method in interface de.learnlib.datastructure.observationtable.Row
-
Retrieves the unique row identifier associated with this row.
- getRowSuccessor(Row<I>, I) - Method in interface de.learnlib.datastructure.observationtable.ObservationTable
-
- getSecondRow() - Method in class de.learnlib.datastructure.observationtable.Inconsistency
-
Retrieves the second (short prefix) row constituting the inconsistency.
- getShortPrefixes() - Method in interface de.learnlib.datastructure.observationtable.ObservationTable
-
Retrieves the short prefixes in the table.
- getShortPrefixRows() - Method in class de.learnlib.datastructure.observationtable.AbstractObservationTable
-
- getShortPrefixRows() - Method in interface de.learnlib.datastructure.observationtable.ObservationTable
-
- getShortPrefixRows() - Method in class de.learnlib.datastructure.observationtable.reader.SimpleObservationTable
-
- getSuccessor(int) - Method in interface de.learnlib.datastructure.observationtable.Row
-
Retrieves the successor row for this short label row and the given alphabet symbol (by index).
- getSuffix(int) - Method in interface de.learnlib.datastructure.observationtable.ObservationTable
-
Retrieves a suffix by its (column) index.
- getSuffixes() - Method in class de.learnlib.datastructure.observationtable.AbstractObservationTable
-
- getSuffixes() - Method in interface de.learnlib.datastructure.observationtable.ObservationTable
-
Retrieves all suffixes in the table.
- getSuffixes() - Method in class de.learnlib.datastructure.observationtable.reader.SimpleObservationTable
-
- getSymbol() - Method in class de.learnlib.datastructure.observationtable.Inconsistency
-
Retrieves the symbol for which's one-letter extensions the corresponding rows have different contents.