パッケージ org.thinkit.zenna.eval

インタフェース Evaluator

既知の実装クラスのリスト:
ContentEvaluator

public interface Evaluator
The interface that abstracts the evaluator.
導入されたバージョン:
1.0.0
  • メソッドの概要

    修飾子とタイプ メソッド 説明
    List<Map<String,​Object>> evaluate()
    Evaluate and return the obtained object as a list structure.
  • メソッドの詳細

    • evaluate

      List<Map<String,​Object>> evaluate()
      Evaluate and return the obtained object as a list structure.
      戻り値:
      The object obtained by the evaluation process