public class ReadingNode extends Object
| Modifier and Type | Field and Description |
|---|---|
List<Reading> |
baseReadings
A sorted list of readings within the covered range of morphemes.
|
List<Reading> |
displayReadings
A sorted list of visible reading fragments within the covered range of morphemes
|
int |
firstToken
The index of the first token covered by this node
|
int |
lastToken
The index of the last token covered by this node
|
ReadingNode |
next
The next node in the list
|
ReadingNode |
prev
The previous node in the list
|
boolean |
visible
true if the stored readings, if any, are to be shown,
otherwise false |
| Constructor and Description |
|---|
ReadingNode() |
public ReadingNode prev
public ReadingNode next
public int firstToken
public int lastToken
public boolean visible
true if the stored readings, if any, are to be shown,
otherwise falsepublic List<Reading> baseReadings