Uses of Class
de.learnlib.algorithm.nlstar.Row
-
-
Uses of Row in de.learnlib.algorithm.nlstar
Methods in de.learnlib.algorithm.nlstar that return Row Modifier and Type Method Description Row<I>Inconsistency. getRow1()Row<I>Inconsistency. getRow2()Row<I>ObservationTable. getUpperRow(int index)Methods in de.learnlib.algorithm.nlstar that return types with arguments of type Row Modifier and Type Method Description List<List<Row<I>>>ObservationTable. addSuffix(Word<I> suffixToAdd)List<List<Row<I>>>ObservationTable. addSuffixes(List<? extends Word<I>> suffixesToAdd)List<Row<I>>ObservationTable. getCoveredRows(Row<I> coveringRow)List<Row<I>>Row. getCoveredRows()List<Row<I>>ObservationTable. getUpperPrimes()List<Row<I>>ObservationTable. getUpperRows()List<List<Row<I>>>ObservationTable. initialize()List<List<Row<I>>>ObservationTable. makeUpper(List<Row<I>> rows)Methods in de.learnlib.algorithm.nlstar with parameters of type Row Modifier and Type Method Description List<Row<I>>ObservationTable. getCoveredRows(Row<I> coveringRow)Method parameters in de.learnlib.algorithm.nlstar with type arguments of type Row Modifier and Type Method Description List<List<Row<I>>>ObservationTable. makeUpper(List<Row<I>> rows)Constructors in de.learnlib.algorithm.nlstar with parameters of type Row Constructor Description Inconsistency(Row<I> row1, Row<I> row2, int symbolIdx, int suffixIdx)Constructor.
-