|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectnet.java.sen.filter.reading.OverrideFilter
public class OverrideFilter
A reading filter that overrides decisions on reading visibility made by earlier filters. Typically this filter will be set as the last in a chain of filters to allow changes to be made interactively
| コンストラクタの概要 | |
|---|---|
OverrideFilter()
|
|
| メソッドの概要 | |
|---|---|
void |
filterReadings(java.util.List<Token> tokens,
ReadingNode readingNode)
Filters readings |
void |
reset()
Resets any sentence specific state held by the filter. |
void |
setVisible(int position,
java.lang.Boolean visible)
Sets a visibility override at a given character index |
| クラス java.lang.Object から継承されたメソッド |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| コンストラクタの詳細 |
|---|
public OverrideFilter()
| メソッドの詳細 |
|---|
public void filterReadings(java.util.List<Token> tokens,
ReadingNode readingNode)
ReadingFilter の記述:
ReadingFilter 内の filterReadingstokens - The tokens to which the readings are appliedreadingNode - The head of a list of ReadingNodespublic void reset()
ReadingFilter の記述:
ReadingFilter 内の reset
public void setVisible(int position,
java.lang.Boolean visible)
position - The position to set the override atvisible - The visibility to set. null removes the
override
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||