jp.go.nict.langrid.service_1_2.exampletemplate
クラス Segment

java.lang.Object
  上位を拡張 jp.go.nict.langrid.service_1_2.exampletemplate.Segment
すべての実装されたインタフェース:
Serializable

public class Segment
extends Object
implements Serializable

木構造穴あき用例保持クラス
入力支援用にセパレート、マージ、木構造化された穴あき用例を保持.

バージョン:
$Revision: 12842 $
作成者:
koyama, $Author: nakaguchi $
関連項目:
直列化された形式

コンストラクタの概要
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
 

コンストラクタの詳細

Segment

public Segment()
デフォルトコンストラクタ.


Segment

public Segment(String exampleId,
               String text,
               String[] categoryIds,
               Segment[] childSegments)
コンストラクタ.

パラメータ:
exampleId - 穴あき用例ID
text - マージ後の用例
categoryIds - 穴埋め単語カテゴリID
childSegments - チャイルドセグメント情報
メソッドの詳細

equals

public boolean equals(Object value)
オーバーライド:
クラス Object 内の equals

hashCode

public int hashCode()
オーバーライド:
クラス Object 内の hashCode

toString

public String toString()
オーバーライド:
クラス Object 内の toString

getExampleId

public String getExampleId()
exampleIdを返す。

戻り値:
exampleId

setExampleId

public void setExampleId(String exampleId)
exampleIdを設定する。

パラメータ:
exampleId - exampleId

getText

public String getText()
textを返す。

戻り値:
text

setText

public void setText(String text)
textを設定する。

パラメータ:
text - text

getCategoryIds

public String[] getCategoryIds()
categoryIdsを返す。

戻り値:
categoryIds

setCategoryIds

public void setCategoryIds(String[] categoryIds)
categoryIdsを設定する。

パラメータ:
categoryIds - categoryIds

getChildSegments

public Segment[] getChildSegments()
childSegmentsを返す。

戻り値:
childSegments

setChildSegments

public void setChildSegments(Segment[] childSegments)
childSegmentsを設定する。

パラメータ:
childSegments - childSegments