jp.go.nict.langrid.dao
クラス NodeSearchResultForNodesList

java.lang.Object
  上位を拡張 jp.go.nict.langrid.dao.SearchResult
      上位を拡張 jp.go.nict.langrid.dao.NodeSearchResultForNodesList

public class NodeSearchResultForNodesList
extends SearchResult


コンストラクタの概要
NodeSearchResultForNodesList(NodeForList[] elements, int totalCount, boolean totalCountFixed)
           
 
メソッドの概要
 NodeForList[] getElements()
          ノード情報の配列を取得する。
 
クラス jp.go.nict.langrid.dao.SearchResult から継承されたメソッド
equals, getTotalCount, hashCode, isTotalCountFixed, setTotalCount, setTotalCountFixed, toString
 
クラス java.lang.Object から継承されたメソッド
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

コンストラクタの詳細

NodeSearchResultForNodesList

public NodeSearchResultForNodesList(NodeForList[] elements,
                                    int totalCount,
                                    boolean totalCountFixed)
メソッドの詳細

getElements

public NodeForList[] getElements()
ノード情報の配列を取得する。

戻り値:
ノード情報の配列