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

クラス XorContentBuilder


  • public class XorContentBuilder
    extends ContentBuilder
    XOR演算子ビルダークラス
    Builder class for XOR operator.
    作成者:
    otsuki
    • コンストラクタの概要

      コンストラクタ 
      コンストラクタ 説明
      XorContentBuilder​(Content content1, Content content2)
      XOR演算子のためのXorContentBuilderを構築する(主語の指定なし) Constructs a XorContentBuilder for XOR operator (with no subject specified).
      XorContentBuilder​(Agent subject, Content content1, Content content2)
      XOR演算子のためのXorContentBuilderを構築する Constructs a XorContentBuilder for XOR operator.
    • メソッドの概要

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

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

      • XorContentBuilder

        public XorContentBuilder​(Content content1,
                                 Content content2)
        XOR演算子のためのXorContentBuilderを構築する(主語の指定なし)
        Constructs a XorContentBuilder for XOR operator (with no subject specified).
        パラメータ:
        content1 -
        1つ目のContent
        The first Content.
        content2 -
        2つ目のContent
        The second Content.
      • XorContentBuilder

        public XorContentBuilder​(Agent subject,
                                 Content content1,
                                 Content content2)
        XOR演算子のためのXorContentBuilderを構築する
        Constructs a XorContentBuilder for XOR operator.
        パラメータ:
        subject -
        発話エージェント
        The agent who utters.
        content1 -
        1つ目のContent
        The first Content.
        content2 -
        2つ目のContent
        The second Content.