パッケージ 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.
    • メソッドの概要

      • クラスから継承されたメソッド java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • コンストラクタの詳細

      • 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.