|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||
java.lang.Objectjp.go.nict.langrid.service_1_2.dictionary.ConceptNode
public class ConceptNode
概念ノードの情報を格納する。
| コンストラクタの概要 | |
|---|---|
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 |
| コンストラクタの詳細 |
|---|
public ConceptNode()
public ConceptNode(String nodeId,
String gloss,
String[] synset,
String[] usageExamples,
String[] relations)
nodeId - nodeIDgloss - 語義説明synset - usageExamples - 用例relations - 関係名とノードID(lemma、concept)の配列((関係名 ノードID))...| メソッドの詳細 |
|---|
public boolean equals(Object value)
Object 内の equalspublic int hashCode()
Object 内の hashCodepublic String toString()
Object 内の toStringpublic String getNodeId()
public void setNodeId(String nodeId)
nodeId - the nodeId to setpublic String getGloss()
public void setGloss(String gloss)
gloss - the gloss to setpublic String[] getSynset()
public void setSynset(String[] synset)
synset - 検索結果の見出し表記リスト("言語:見出し表記"の配列)public String[] getUsageExamples()
public void setUsageExamples(String[] usageExamples)
usageExamples - 用例(言語 "用例"の配列)public String[] getRelations()
public void setRelations(String[] relations)
relations - 関係
|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||