jp.go.nict.langrid.service_1_2.translationselection
クラス EstimationResult

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

public class EstimationResult
extends Object
implements Serializable

品質評価結果を格納する。

作成者:
Masaaki Kamiya, Takao Nakaguchi
関連項目:
直列化された形式

コンストラクタの概要
EstimationResult()
           
 
メソッドの概要
 double getQuality()
          評価結果を取得する
 String getTarget()
          評価対象の文字列を取得する
 void setQuality(double quality)
          評価結果を設定する
 void setTarget(String target)
          評価対象の文字列を設定する
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

EstimationResult

public EstimationResult()
メソッドの詳細

getTarget

public String getTarget()
評価対象の文字列を取得する

戻り値:
評価対象の文字列

setTarget

public void setTarget(String target)
評価対象の文字列を設定する

パラメータ:
target - 評価対象の文字列

getQuality

public double getQuality()
評価結果を取得する

戻り値:
評価結果

setQuality

public void setQuality(double quality)
評価結果を設定する

パラメータ:
quality - 設定する評価結果