I - input symbol typepublic class Inconsistency<I> extends Object
GenericObservationTable. An inconsistency consists of two short
prefixes u, u' with identical contents, and an input symbol a, such that the
rows for ua and u'a have different contents.| Constructor and Description |
|---|
Inconsistency(Row<I> firstRow,
Row<I> secondRow,
I symbol) |
| Modifier and Type | Method and Description |
|---|---|
Row<I> |
getFirstRow()
Retrieves the first (short prefix) row constituting the inconsistency.
|
Row<I> |
getSecondRow()
Retrieves the second (short prefix) row constituting the inconsistency.
|
I |
getSymbol()
Retrieves the symbol for which's one-letter extensions the corresponding rows have different contents.
|
@Nonnull public Row<I> getFirstRow()
@Nonnull public Row<I> getSecondRow()
Copyright © 2018. All rights reserved.