パッケージ org.aiwolf.client.lib

クラス EstimateContentBuilder


  • public class EstimateContentBuilder
    extends ContentBuilder
    推測発話ビルダークラス
    Builder class for the utterance of a estimation.
    作成者:
    otsuki
    • コンストラクタの概要

      コンストラクタ 
      コンストラクタ 説明
      EstimateContentBuilder​(Agent subject, Agent target, Role role)
      推測のためのEstimateContentBuilderを構築する Constructs an EstimateContentBuilder to utter an estimation.
      EstimateContentBuilder​(Agent target, Role role)
      推測のためのEstimateContentBuilderを構築する(主語の指定なし) Constructs an EstimateContentBuilder to utter an estimation (with no subject specified).
    • メソッドの概要

      • クラスから継承されたメソッド java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • コンストラクタの詳細

      • EstimateContentBuilder

        public EstimateContentBuilder​(Agent target,
                                      Role role)
        推測のためのEstimateContentBuilderを構築する(主語の指定なし)
        Constructs an EstimateContentBuilder to utter an estimation (with no subject specified).
        パラメータ:
        target -
        被推測エージェント
        The agent estimated.
        role -
        被推測役職
        The role estimated.
      • EstimateContentBuilder

        public EstimateContentBuilder​(Agent subject,
                                      Agent target,
                                      Role role)
        推測のためのEstimateContentBuilderを構築する
        Constructs an EstimateContentBuilder to utter an estimation.
        パラメータ:
        subject -
        推測をするエージェント
        The agent who estimates.
        target -
        被推測エージェント
        The agent estimated.
        role -
        被推測役職
        The role estimated.