I - input symbol class.public class ObservationTable<I> extends AbstractObservationTable<I,Boolean>
BaselineLStar.AbstractObservationTable.AbstractRow<I,D>, AbstractObservationTable.DefaultInconsistency<I,D>ObservationTable.Inconsistency<I,D>, ObservationTable.Row<I,D>NO_DISTINGUISHING_SUFFIX| Constructor and Description |
|---|
ObservationTable() |
| Modifier and Type | Method and Description |
|---|---|
List<net.automatalib.words.Word<I>> |
getLongPrefixLabels() |
Collection<de.learnlib.algorithms.baselinelstar.ObservationTableRow<I>> |
getLongPrefixRows() |
List<net.automatalib.words.Word<I>> |
getShortPrefixLabels() |
Collection<de.learnlib.algorithms.baselinelstar.ObservationTableRow<I>> |
getShortPrefixRows() |
ObservationTable.Row<I,Boolean> |
getSuccessorRow(ObservationTable.Row<I,Boolean> spRow,
I symbol) |
List<net.automatalib.words.Word<I>> |
getSuffixes()
The set of suffixes in the observation table, often called "E".
|
findDistinguishingSuffix, findDistinguishingSuffix, findDistinguishingSuffixIndex, findDistinguishingSuffixIndex, findInconsistency, findUnclosedRow, getAllPrefixes, getAllRows, getLongPrefixes, getRow, getShortPrefixes, getSuffix, isClosed, isConsistentpublic List<net.automatalib.words.Word<I>> getSuffixes()
public Collection<de.learnlib.algorithms.baselinelstar.ObservationTableRow<I>> getShortPrefixRows()
public Collection<de.learnlib.algorithms.baselinelstar.ObservationTableRow<I>> getLongPrefixRows()
@Nullable public ObservationTable.Row<I,Boolean> getSuccessorRow(@Nonnull ObservationTable.Row<I,Boolean> spRow, I symbol)
Copyright © 2014. All Rights Reserved.