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

クラス DisagreeContentBuilder


  • public class DisagreeContentBuilder
    extends ContentBuilder
    不同意発話ビルダークラス
    Builder class for the utterance of a disagreement.
    作成者:
    otsuki
    • コンストラクタの概要

      コンストラクタ 
      コンストラクタ 説明
      DisagreeContentBuilder​(TalkType talkType, int talkDay, int talkID)
      他の発話への不同意を発話するためのDisagreeContentBuilderを構築する(主語の指定なし) Constructs a DisagreeContentBuilder to utter the disagreement with the other utterance (with no subject specified).
      DisagreeContentBuilder​(Agent subject, TalkType talkType, int talkDay, int talkID)
      他の発話への不同意を発話するためのDisagreeContentBuilderを構築する Constructs a DisagreeContentBuilder to utter the disagreement with the other utterance.
    • メソッドの概要

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

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

      • DisagreeContentBuilder

        public DisagreeContentBuilder​(TalkType talkType,
                                      int talkDay,
                                      int talkID)
        他の発話への不同意を発話するためのDisagreeContentBuilderを構築する(主語の指定なし)
        Constructs a DisagreeContentBuilder to utter the disagreement with the other utterance (with no subject specified).
        パラメータ:
        talkType -
        被不同意発話のタイプ。TALKあるいはWHISPER
        Type of the utterance disagreed with. TALK or WHISPER.
        talkDay -
        被不同意発話の日
        The day of the utterance disagreed with.
        talkID -
        被不同意発話のID
        The ID of the utterance disagreed with.
      • DisagreeContentBuilder

        public DisagreeContentBuilder​(Agent subject,
                                      TalkType talkType,
                                      int talkDay,
                                      int talkID)
        他の発話への不同意を発話するためのDisagreeContentBuilderを構築する
        Constructs a DisagreeContentBuilder to utter the disagreement with the other utterance.
        パラメータ:
        subject -
        不同意を表明しているエージェント
        Type agent who disagrees.
        talkType -
        被不同意発話のタイプ。TALKあるいはWHISPER
        Type of the utterance disagreed with. TALK or WHISPER.
        talkDay -
        被不同意発話の日
        The day of the utterance disagreed with.
        talkID -
        被不同意発話のID
        The ID of the utterance disagreed with.