net.java.sen.filter
Class ReadingNode

java.lang.Object
  extended by net.java.sen.filter.ReadingNode

public class ReadingNode
extends Object

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

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 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 List<Reading> displayReadings
A sorted list of visible reading fragments within the covered range of morphemes

Constructor Detail

ReadingNode

public ReadingNode()


Copyright © 2012. All Rights Reserved.