パッケージ org.aiwolf.client.lib
クラス NotContentBuilder
java.lang.Object
org.aiwolf.client.lib.ContentBuilder
org.aiwolf.client.lib.NotContentBuilder
NOT演算子ビルダークラス
Builder class for NOT operator.
- 作成者:
- otsuki
-
コンストラクタの概要
コンストラクタコンストラクタ説明NotContentBuilder
(Content content) NOT演算子のためのNotContentBuilderを構築する(主語の指定なし) Constructs a NotContentBuilder for NOT operator (with no subject specified).NotContentBuilder
(Agent subject, Content content) NOT演算子のためのNotContentBuilderを構築する Constructs a NotContentBuilder for NOT operator. -
メソッドの概要
-
コンストラクタの詳細
-
NotContentBuilder
NOT演算子のためのNotContentBuilderを構築する(主語の指定なし)Constructs a NotContentBuilder for NOT operator (with no subject specified).- パラメータ:
content
-否定されるContent
The negatedContent
.
-
NotContentBuilder
NOT演算子のためのNotContentBuilderを構築するConstructs a NotContentBuilder for NOT operator.- パラメータ:
subject
-発話エージェントThe agent who utters.content
-否定されるContent
The negatedContent
.
-