パッケージ org.aiwolf.client.lib
クラス XorContentBuilder
java.lang.Object
org.aiwolf.client.lib.ContentBuilder
org.aiwolf.client.lib.XorContentBuilder
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
XOR演算子のためのXorContentBuilderを構築する(主語の指定なし)Constructs a XorContentBuilder for XOR operator (with no subject specified).- パラメータ:
content1
-1つ目のContent
The firstContent
.content2
-2つ目のContent
The secondContent
.
-
XorContentBuilder
XOR演算子のためのXorContentBuilderを構築するConstructs a XorContentBuilder for XOR operator.- パラメータ:
subject
-発話エージェントThe agent who utters.content1
-1つ目のContent
The firstContent
.content2
-2つ目のContent
The secondContent
.
-