net.java.sen.filter
クラス ReadingNode

java.lang.Object
  上位を拡張 net.java.sen.filter.ReadingNode

public class ReadingNode
extends java.lang.Object

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
 

フィールドの詳細

prev

public ReadingNode prev
The previous node in the list


next

public ReadingNode next
The next node in the list


firstToken

public int firstToken
The index of the first token covered by this node


lastToken

public int lastToken
The index of the last token covered by this node


visible

public boolean visible
true if the stored readings, if any, are to be shown, otherwise false


baseReadings

public java.util.List<Reading> baseReadings
A sorted list of readings within the covered range of morphemes. Compound reading processing is not applied to readings within this list, making them suitable for presentation where the "whole" reading at a given position is desired


displayReadings

public java.util.List<Reading> displayReadings
A sorted list of visible reading fragments within the covered range of morphemes

コンストラクタの詳細

ReadingNode

public ReadingNode()


Copyright ? 2008. All Rights Reserved.