|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectnet.java.sen.filter.ReadingNode
public class ReadingNode
A class used by reading filters during reading processing
フィールドの概要 | |
---|---|
java.util.List<Reading> |
baseReadings
A sorted list of readings within the covered range of morphemes. |
java.util.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 |
コンストラクタの概要 | |
---|---|
ReadingNode()
|
メソッドの概要 |
---|
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
フィールドの詳細 |
---|
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 java.util.List<Reading> baseReadings
public java.util.List<Reading> displayReadings
コンストラクタの詳細 |
---|
public ReadingNode()
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |