パッケージ org.aiwolf.client.lib
クラス NotContentBuilder
- java.lang.Object
-
- org.aiwolf.client.lib.ContentBuilder
-
- org.aiwolf.client.lib.NotContentBuilder
-
public class NotContentBuilder extends ContentBuilder
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
public NotContentBuilder(Content content)
NOT演算子のためのNotContentBuilderを構築する(主語の指定なし)Constructs a NotContentBuilder for NOT operator (with no subject specified).- パラメータ:
content
-否定されるContent
The negatedContent
.
-
-