jp.go.nict.langrid.dao
クラス ServiceStatRankingSearchResult
java.lang.Object
jp.go.nict.langrid.dao.SearchResult
jp.go.nict.langrid.dao.ServiceStatRankingSearchResult
public class ServiceStatRankingSearchResult
- extends SearchResult
サービスと統計情報の検索結果を格納する。
- 作成者:
- Takao Nakaguchi
ServiceStatRankingSearchResult
public ServiceStatRankingSearchResult(ServiceStatRanking[] elements,
int totalCount,
boolean totalCountFixed)
- コンストラクタ。
- パラメータ:
elements
- サービスの配列totalCount
- 総件数totalCountFixed
- 総件数が確定しているかどうか
getElements
public ServiceStatRanking[] getElements()
- サービス統計ランクの配列を取得する。
- 戻り値:
- サービスの配列