jp.go.nict.langrid.service_1_2.dictionary
クラス ConceptNode

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

public class ConceptNode
extends Object
implements Serializable

概念ノードの情報を格納する。

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

コンストラクタの概要
ConceptNode()
          コンストラクタ。
ConceptNode(String nodeId, String gloss, String[] synset, String[] usageExamples, String[] relations)
          コンストラクタ。
 
メソッドの概要
 boolean equals(Object value)
           
 String getGloss()
          語義説明の取得。
 String getNodeId()
          nodeIdの取得。
 String[] getRelations()
          関係の取得。
 String[] getSynset()
          検索結果の見出し表記リストの取得。
 String[] getUsageExamples()
          用例の取得。
 int hashCode()
           
 void setGloss(String gloss)
           
 void setNodeId(String nodeId)
           
 void setRelations(String[] relations)
          関係の設定。
 void setSynset(String[] synset)
          検索結果の見出し表記リストの設定。
 void setUsageExamples(String[] usageExamples)
          用例の設定。
 String toString()
           
 
クラス java.lang.Object から継承されたメソッド
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

コンストラクタの詳細

ConceptNode

public ConceptNode()
コンストラクタ。


ConceptNode

public ConceptNode(String nodeId,
                   String gloss,
                   String[] synset,
                   String[] usageExamples,
                   String[] relations)
コンストラクタ。

パラメータ:
nodeId - nodeID
gloss - 語義説明
synset -
usageExamples - 用例
relations - 関係名とノードID(lemma、concept)の配列((関係名 ノードID))...
メソッドの詳細

equals

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

hashCode

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

toString

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

getNodeId

public String getNodeId()
nodeIdの取得。

戻り値:
nodeID

setNodeId

public void setNodeId(String nodeId)
パラメータ:
nodeId - the nodeId to set

getGloss

public String getGloss()
語義説明の取得。

戻り値:
語義説明を表す文字列

setGloss

public void setGloss(String gloss)
パラメータ:
gloss - the gloss to set

getSynset

public String[] getSynset()
検索結果の見出し表記リストの取得。

戻り値:
検索結果の見出し表記リストを表す文字列の配列

setSynset

public void setSynset(String[] synset)
検索結果の見出し表記リストの設定。

パラメータ:
synset - 検索結果の見出し表記リスト("言語:見出し表記"の配列)

getUsageExamples

public String[] getUsageExamples()
用例の取得。

戻り値:
用例を表す文字列の配列

setUsageExamples

public void setUsageExamples(String[] usageExamples)
用例の設定。

パラメータ:
usageExamples - 用例(言語 "用例"の配列)

getRelations

public String[] getRelations()
関係の取得。

戻り値:
関係の配列

setRelations

public void setRelations(String[] relations)
関係の設定。

パラメータ:
relations - 関係