|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object jp.go.nict.langrid.service_1_2.exampletemplate.Segment
public class Segment
木構造穴あき用例保持クラス
入力支援用にセパレート、マージ、木構造化された穴あき用例を保持.
コンストラクタの概要 | |
---|---|
Segment()
デフォルトコンストラクタ. |
|
Segment(String exampleId,
String text,
String[] categoryIds,
Segment[] childSegments)
コンストラクタ. |
メソッドの概要 | |
---|---|
boolean |
equals(Object value)
|
String[] |
getCategoryIds()
categoryIdsを返す。 |
Segment[] |
getChildSegments()
childSegmentsを返す。 |
String |
getExampleId()
exampleIdを返す。 |
String |
getText()
textを返す。 |
int |
hashCode()
|
void |
setCategoryIds(String[] categoryIds)
categoryIdsを設定する。 |
void |
setChildSegments(Segment[] childSegments)
childSegmentsを設定する。 |
void |
setExampleId(String exampleId)
exampleIdを設定する。 |
void |
setText(String text)
textを設定する。 |
String |
toString()
|
クラス java.lang.Object から継承されたメソッド |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
コンストラクタの詳細 |
---|
public Segment()
public Segment(String exampleId, String text, String[] categoryIds, Segment[] childSegments)
exampleId
- 穴あき用例IDtext
- マージ後の用例categoryIds
- 穴埋め単語カテゴリIDchildSegments
- チャイルドセグメント情報メソッドの詳細 |
---|
public boolean equals(Object value)
Object
内の equals
public int hashCode()
Object
内の hashCode
public String toString()
Object
内の toString
public String getExampleId()
public void setExampleId(String exampleId)
exampleId
- exampleIdpublic String getText()
public void setText(String text)
text
- textpublic String[] getCategoryIds()
public void setCategoryIds(String[] categoryIds)
categoryIds
- categoryIdspublic Segment[] getChildSegments()
public void setChildSegments(Segment[] childSegments)
childSegments
- childSegments
|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |