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

クラス XorContentBuilder

java.lang.Object
org.aiwolf.client.lib.ContentBuilder
org.aiwolf.client.lib.XorContentBuilder

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

    • 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.