パッケージ 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

      public NotContentBuilder(Content content)
      NOT演算子のためのNotContentBuilderを構築する(主語の指定なし)
      Constructs a NotContentBuilder for NOT operator (with no subject specified).
      パラメータ:
      content -
      否定されるContent
      The negated Content.
    • NotContentBuilder

      public NotContentBuilder(Agent subject, Content content)
      NOT演算子のためのNotContentBuilderを構築する
      Constructs a NotContentBuilder for NOT operator.
      パラメータ:
      subject -
      発話エージェント
      The agent who utters.
      content -
      否定されるContent
      The negated Content.