|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.java.sen.filter.ReadingNode
public class ReadingNode
A class used by reading filters during reading processing
| Field Summary | |
|---|---|
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 Summary | |
|---|---|
ReadingNode()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
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 false
public List<Reading> baseReadings
public List<Reading> displayReadings
| Constructor Detail |
|---|
public ReadingNode()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||