net.java.sen.dictionary
クラス Reading
java.lang.Object
net.java.sen.dictionary.Reading
public class Reading
- extends java.lang.Object
A class representing a reading applied to a set of characters within a
sentence
フィールドの概要 |
int |
length
The number of characters of the sentence covered by the reading |
int |
start
The starting point within the sentence |
java.lang.String |
text
The reading text applied to the covered span |
コンストラクタの概要 |
Reading(int start,
int length,
java.lang.String text)
|
メソッドの概要 |
boolean |
equals(java.lang.Object object)
|
java.lang.String |
toString()
|
クラス java.lang.Object から継承されたメソッド |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
start
public final int start
- The starting point within the sentence
length
public final int length
- The number of characters of the sentence covered by the reading
text
public final java.lang.String text
- The reading text applied to the covered span
Reading
public Reading(int start,
int length,
java.lang.String text)
- パラメータ:
start
- The starting point within the sentencelength
- The number of characters of the sentence covered by the
readingtext
- The reading text applied to the covered span
equals
public boolean equals(java.lang.Object object)
- オーバーライド:
- クラス
java.lang.Object
内の equals
toString
public java.lang.String toString()
- オーバーライド:
- クラス
java.lang.Object
内の toString
Copyright ? 2008. All Rights Reserved.