パッケージ 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(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.
-
-
-
コンストラクタの詳細
-
XorContentBuilder
public XorContentBuilder(Content content1, Content content2)
XOR演算子のためのXorContentBuilderを構築する(主語の指定なし)Constructs a XorContentBuilder for XOR operator (with no subject specified).- パラメータ:
content1
-1つ目のContent
The firstContent
.content2
-2つ目のContent
The secondContent
.
-
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 firstContent
.content2
-2つ目のContent
The secondContent
.
-
-